HomeSort by relevance Sort by last modified time
    Searched refs:import_scope (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/python/saved_model/
utils_impl.py 56 def get_tensor_from_tensor_info(tensor_info, graph=None, import_scope=None):
63 import_scope: If not None, names in `tensor_info` are prefixed with this
76 ops.prepend_name_scope(name, import_scope=import_scope))
utils_test.py 97 import_scope="foo")
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
critical_section_ops.py 115 def __init__(self, name=None, critical_section_def=None, import_scope=None):
120 self._init_from_proto(critical_section_def, import_scope=import_scope)
124 def _init_from_proto(self, critical_section_def, import_scope):
134 # import_scope=import_scope))
270 # def from_proto(critical_section_def, import_scope=None):
272 # critical_section_def=critical_section_def, import_scope=import_scope)
299 # def _execution_from_proto_fn(op_def, import_scope=None)
    [all...]
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 58 queue_runner_def=None, import_scope=None):
83 import_scope: Optional `string`. Name scope to add. Only used when
101 import_scope=import_scope)
163 def _init_from_proto(self, queue_runner_def, import_scope=None):
168 import_scope: Optional `string`. Name scope to add.
173 ops.prepend_name_scope(queue_runner_def.queue_name, import_scope))
175 ops.prepend_name_scope(op, import_scope))
178 queue_runner_def.close_op_name, import_scope))
180 queue_runner_def.cancel_op_name, import_scope))
    [all...]
saver.py     [all...]
saver_test.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 214 import_scope=None,
244 arguments (except for import_scope) are mutually exclusive.
245 import_scope: Optional `string`. Name scope to add to the
272 self._init_from_proto(variable_def, import_scope=import_scope)
495 def _init_from_proto(self, variable_def, import_scope=None):
508 variable_def.variable_name, import_scope=import_scope))
515 variable_def.initializer_name, import_scope=import_scope))
    [all...]
variables.py 145 import_scope=None,
189 import_scope: Optional `string`. Name scope to add to the
222 self._init_from_proto(variable_def, import_scope=import_scope)
394 def _init_from_proto(self, variable_def, import_scope=None):
400 import_scope: Optional `string`. Name scope to add.
407 import_scope=import_scope))
410 import_scope=import_scope))
    [all...]
control_flow_ops.py     [all...]
control_flow_ops_test.py 529 values_def=c._to_values_def(), import_scope="test_scope")
    [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph_test.py 387 import_scope="new_hidden1")
394 import_scope="new_hidden1")
401 import_scope="new_hidden1")
415 import_scope="new_hidden2",
431 import_scope="new_softmax_linear",
500 meta_graph.import_scoped_meta_graph(meta_graph_def, import_scope="import")
535 meta_graph_def, import_scope="bar")
547 meta_graph_def, import_scope="s")
574 import_scope = "some_scope_name"
583 import_scope=import_scope
    [all...]
meta_graph.py 653 import_scope=None,
681 import_scope: Optional `string`. Name scope into which to import the
737 import_scope or "", mark_as_used=False)
740 input_graph_def, name=(import_scope or ""), input_map=input_map,
767 proto, import_scope=scope_to_prepend_to_names)
776 proto, import_scope=scope_to_prepend_to_names))
    [all...]
ops.py     [all...]
  /external/tensorflow/tensorflow/python/summary/
summary_test.py 191 import_scope='new_outer')

Completed in 158 milliseconds