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 | 891 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/ |
D | utils_impl.py | 171 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/ |
D | control_flow_ops.py | 673 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 …]
|
D | variables.py | 1297 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(
|
D | resource_variable_ops.py | 1843 ops.prepend_name_scope( 1849 ops.prepend_name_scope( 1855 ops.prepend_name_scope( 1868 ops.prepend_name_scope(
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph.py | 886 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)
|
D | ops.py | 6715 def prepend_name_scope(name, import_scope): function
|
D | ops_test.py | 3468 self.assertEqual(ep, ops.prepend_name_scope(striped, name_scope_to_add))
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 750 name = ops.prepend_name_scope(value, scope) 767 ops.prepend_name_scope(value, scope))
|