Home
last modified time | relevance | path

Searched refs:SingleUseScope (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dscope_internal.h59 enum class SingleUseScope; member
76 Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
Dscope_test.cc130 TEST(ScopeTest, SingleUseScope) { in TEST() argument
Dscope.cc160 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope, in Impl() argument
493 Scope(new Impl(child, Impl::Tags::SingleUseScope(), child_name))}; in GetCompositeOpScopes()
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java278 final SingleUseScope scope = new SingleUseScope(); in testStandardScopeAnnotation()
324 final SingleUseScope replacementScope = new SingleUseScope(); in testOverrideScopeAnnotation()
383 bindScope(TestScopeAnnotation.class, new SingleUseScope()); in testFailsIfOverridenScopeInstanceHasBeenUsed()
587 private static class SingleUseScope implements Scope { class in OverrideModuleTest