Home
last modified time | relevance | path

Searched refs:prepend_name_scope (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dqueue_runner_impl.py178 ops.prepend_name_scope(queue_runner_def.queue_name, import_scope))
180 ops.prepend_name_scope(op, import_scope))
182 self._close_op = g.as_graph_element(ops.prepend_name_scope(
184 self._cancel_op = g.as_graph_element(ops.prepend_name_scope(
Dsaver.py883 self.saver_def.filename_tensor_name = ops.prepend_name_scope(
885 self.saver_def.save_tensor_name = ops.prepend_name_scope(
887 self.saver_def.restore_op_name = ops.prepend_name_scope(
/external/tensorflow/tensorflow/python/saved_model/
Dutils_impl.py165 ops.prepend_name_scope(name, import_scope=import_scope))
204 ops.prepend_name_scope(tensor_info.name, import_scope=import_scope))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py665 ops.prepend_name_scope(value, import_scope)
670 k = ops.prepend_name_scope(k, import_scope)
672 ops.prepend_name_scope(v, import_scope))
861 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
863 ops.prepend_name_scope(context_def.pred_name, import_scope))
865 ops.prepend_name_scope(context_def.pivot_name, import_scope))
1487 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
1490 ops.prepend_name_scope(context_def.maximum_iterations_name,
1498 ops.prepend_name_scope(context_def.pivot_for_pred_name, import_scope))
1501 ops.prepend_name_scope(context_def.pivot_for_body_name, import_scope))
[all …]
Dvariables.py1303 self.full_name = ops.prepend_name_scope(
1881 ops.prepend_name_scope(
1885 ops.prepend_name_scope(
1891 ops.prepend_name_scope(
1903 ops.prepend_name_scope(
Dresource_variable_ops.py1672 ops.prepend_name_scope(
1679 ops.prepend_name_scope(
1685 ops.prepend_name_scope(variable_def.initial_value_name,
1700 ops.prepend_name_scope(
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py881 ops.prepend_name_scope(value, scope_to_prepend_to_names))
892 key, ops.prepend_name_scope(value, scope_to_prepend_to_names))
1053 scoped_op_name = ops.prepend_name_scope(node.name, export_scope)
Dops.py6461 def prepend_name_scope(name, import_scope): function
Dops_test.py3322 self.assertEqual(ep, ops.prepend_name_scope(striped, name_scope_to_add))
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py769 name = ops.prepend_name_scope(value, scope)
786 ops.prepend_name_scope(value, scope))