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.py891 self.saver_def.filename_tensor_name = ops.prepend_name_scope(
893 self.saver_def.save_tensor_name = ops.prepend_name_scope(
895 self.saver_def.restore_op_name = ops.prepend_name_scope(
/external/tensorflow/tensorflow/python/saved_model/
Dutils_impl.py171 ops.prepend_name_scope(name, import_scope=import_scope))
210 ops.prepend_name_scope(tensor_info.name, import_scope=import_scope))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py673 ops.prepend_name_scope(value, import_scope)
678 k = ops.prepend_name_scope(k, import_scope)
680 ops.prepend_name_scope(v, import_scope))
869 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
871 ops.prepend_name_scope(context_def.pred_name, import_scope))
873 ops.prepend_name_scope(context_def.pivot_name, import_scope))
1533 self._name = ops.prepend_name_scope(context_def.context_name, import_scope)
1536 ops.prepend_name_scope(context_def.maximum_iterations_name,
1544 ops.prepend_name_scope(context_def.pivot_for_pred_name, import_scope))
1547 ops.prepend_name_scope(context_def.pivot_for_body_name, import_scope))
[all …]
Dvariables.py1297 self.full_name = ops.prepend_name_scope(
1880 ops.prepend_name_scope(
1884 ops.prepend_name_scope(
1890 ops.prepend_name_scope(
1902 ops.prepend_name_scope(
Dresource_variable_ops.py1843 ops.prepend_name_scope(
1849 ops.prepend_name_scope(
1855 ops.prepend_name_scope(
1868 ops.prepend_name_scope(
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py886 ops.prepend_name_scope(value, scope_to_prepend_to_names))
897 key, ops.prepend_name_scope(value, scope_to_prepend_to_names))
1058 scoped_op_name = ops.prepend_name_scope(node.name, export_scope)
Dops.py6715 def prepend_name_scope(name, import_scope): function
Dops_test.py3468 self.assertEqual(ep, ops.prepend_name_scope(striped, name_scope_to_add))
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py750 name = ops.prepend_name_scope(value, scope)
767 ops.prepend_name_scope(value, scope))