Home
last modified time | relevance | path

Searched refs:ControlDeps (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope_internal.h57 enum class ControlDeps; member
73 Impl(const Scope& other, Tags::ControlDeps,
Dscope.cc119 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()
Dscope_test.cc140 TEST(ScopeTest, ControlDeps) { in TEST() argument
Dcc_ops_test.cc126 TEST(CCOpTest, ControlDeps) { in TEST() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1710 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/
Dfunction_test.cc349 TEST(TFunc, ControlDeps) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc1504 TEST_F(FunctionLibraryRuntimeTest, ControlDeps) { in TEST_F() argument