Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
D_tpu_estimator_embedding.py56 def _get_embedding_variable_name(scope_name, var_name): argument
60 def _get_slot_variable_names(scope_name, var_name, optimization_parameters): 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
719 def variable_scoped_function_no_return_value(scope_name): argument
/external/tensorflow/tensorflow/python/layers/
Dbase.py255 def scope_name(self): member in Layer
/external/tensorflow/tensorflow/python/eager/
Dcontext.py491 def scope_name(self): member in Context
496 def scope_name(self, s): member in Context
980 def scope_name(): function
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1333 def open_variable_scope(self, scope_name): argument
1339 def close_variable_subscopes(self, scope_name): argument
1344 def variable_scope_count(self, scope_name): argument
Dimage_ops_impl.py303 def _random_flip(image, flip_index, seed, scope_name): argument
392 def _flip(image, flip_index, scope_name): argument
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py718 def _make_prefix_stripping_map_fn(scope_name): argument
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain.py817 def _classification_loss_helper(true_labels, predict_logits, scope_name): argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py335 def _process_block_node(self, node, block, scope_name): argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc334 string scope_name; in GetEngineInfo() local
Dconvert_nodes.cc4172 string* scope_name) { in ConvertSegmentToGraphDef()
/external/python/cpython2/Python/
Dsymtable.c1503 identifier scope_name, asdl_seq *generators, in symtable_handle_comprehension()
/external/python/cpython3/Python/
Dsymtable.c1707 identifier scope_name, asdl_seq *generators, in symtable_handle_comprehension()