Searched refs:prepend_name_scope (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner_impl.py | 178 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(
|
D | saver.py | 883 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/ |
D | utils_impl.py | 165 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/ |
D | control_flow_ops.py | 665 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 …]
|
D | variables.py | 1303 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(
|
D | resource_variable_ops.py | 1672 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/ |
D | meta_graph.py | 881 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)
|
D | ops.py | 6461 def prepend_name_scope(name, import_scope): function
|
D | ops_test.py | 3322 self.assertEqual(ep, ops.prepend_name_scope(striped, name_scope_to_add))
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 769 name = ops.prepend_name_scope(value, scope) 786 ops.prepend_name_scope(value, scope))
|