Home
last modified time | relevance | path

Searched defs:scope_name (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py43 def __init__(self, function_name, scope_name, options): argument
105 def with_function_scope(thunk, scope_name, options): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr.cc23 const Tensor& backing_tensor, int32 scope_id, const string& scope_name, in AddScopedAllocator()
155 const string& scope_name, in AddScopedAllocator()
/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py46 def internally_variable_scoped_function(scope_name): argument
737 def variable_scoped_function_no_return_value(scope_name): argument
/external/tensorflow/tensorflow/python/layers/
Dbase.py272 def scope_name(self): member in Layer
/external/tensorflow/tensorflow/python/eager/
Dcontext.py743 def scope_name(self): member in Context
748 def scope_name(self, s): member in Context
1840 def scope_name(): function
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1406 def open_variable_scope(self, scope_name): argument
1412 def close_variable_subscopes(self, scope_name): argument
1417 def variable_scope_count(self, scope_name): argument
Dimage_ops_impl.py403 def _random_flip(image, flip_index, seed, scope_name): argument
517 def _flip(image, flip_index, scope_name): argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc249 string scope_name; in GetEngineInfo() local
Dconvert_nodes.cc5796 string* scope_name) { in ConvertSegmentToGraphDef()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py382 def _process_block_node(self, node, block, scope_name): argument
/external/python/cpython2/Python/
Dsymtable.c1503 identifier scope_name, asdl_seq *generators, in symtable_handle_comprehension()
/external/python/cpython3/Python/
Dsymtable.c1871 identifier scope_name, asdl_seq *generators, in symtable_handle_comprehension()