Searched refs:ControlDeps (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope_internal.h | 56 enum class ControlDeps; member 70 Impl(const Scope& other, Tags::ControlDeps,
|
D | scope.cc | 110 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() argument 365 new Impl(*this, Impl::Tags::ControlDeps(), in WithControlDependencies() 371 return Scope(new Impl(*this, Impl::Tags::ControlDeps(), in WithControlDependencies() 377 return Scope(new Impl(*this, Impl::Tags::ControlDeps(), in WithNoControlDependencies()
|
D | scope_test.cc | 128 TEST(ScopeTest, ControlDeps) { in TEST() argument
|
D | cc_ops_test.cc | 126 TEST(CCOpTest, ControlDeps) { in TEST() argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_test.cc | 304 TEST(TFunc, ControlDeps) { in TEST() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 838 TEST_F(FunctionLibraryRuntimeTest, ControlDeps) { in TEST_F() argument
|