Searched refs:ControlDeps (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope_internal.h | 57 enum class ControlDeps; member 73 Impl(const Scope& other, Tags::ControlDeps,
|
D | scope.cc | 119 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() argument 432 new Impl(*this, Impl::Tags::ControlDeps(), in WithControlDependencies() 438 return Scope(new Impl(*this, Impl::Tags::ControlDeps(), in WithControlDependencies() 444 return Scope(new Impl(*this, Impl::Tags::ControlDeps(), in WithNoControlDependencies()
|
D | scope_test.cc | 140 TEST(ScopeTest, ControlDeps) { in TEST() argument
|
D | cc_ops_test.cc | 126 TEST(CCOpTest, ControlDeps) { in TEST() argument
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 1710 ControlDependencyCalculator ControlDeps; member in __anon2753049a0511::TrackControlDependencyCondBRVisitor 1715 : Origin(O), ControlDeps(&O->getCFG()) {} in TrackControlDependencyCondBRVisitor() 1802 if (ControlDeps.isControlDependent(OriginB, NB)) { in VisitNode()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 349 TEST(TFunc, ControlDeps) { in TEST() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 1504 TEST_F(FunctionLibraryRuntimeTest, ControlDeps) { in TEST_F() argument
|