Home
last modified time | relevance | path

Searched refs:get_operations (Results 1 – 25 of 90) sorted by relevance

1234

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py111 for n in g.get_operations():
133 for n in g.get_operations():
157 for n in g.get_operations():
172 for n in g.get_operations():
Dpartitioned_variables_test.py566 ops_before_read = session.graph.get_operations()
569 op for op in session.graph.get_operations()
589 ops_before_concat = session.graph.get_operations()
592 op for op in session.graph.get_operations()
Dmatmul_op_test.py156 for op in g.get_operations():
167 for op in g.get_operations():
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler_test.py40 graph.get_operations.return_value = []
56 graph.get_operations.return_value = [op1]
85 graph.get_operations.return_value = [op1]
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_utils.py154 ops = graph.get_operations()
263 ops = graph.get_operations()
Dsource_utils.py195 for op in py_graph.get_operations():
274 for op in py_graph.get_operations():
Ddebug_grappler_test.py91 original_node_names = set(op.name for op in sess.graph.get_operations())
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_with_v1_optimizers_test.py116 before_ops = graph.get_operations()
118 self.assertEqual(before_ops, graph.get_operations())
134 before_ops = graph.get_operations()
136 self.assertEqual(before_ops, graph.get_operations())
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli_test.py111 graph.get_operations.return_value = [op1, op2]
141 graph.get_operations.return_value = [op]
208 graph.get_operations.return_value = [op1, op2]
260 graph.get_operations.return_value = [op1, op2]
314 graph.get_operations.return_value = [op1, op2]
/external/tensorflow/tensorflow/python/keras/tests/
Dsaver_test.py129 before_second_restore_ops = restore_graph.get_operations()
133 restore_graph.get_operations())
/external/tensorflow/tensorflow/python/ops/
Dcritical_section_ops.py274 existing_ops = ops.get_default_graph().get_operations()
280 created_ops = (set(ops.get_default_graph().get_operations())
Dnumerics.py114 for op in ops.get_default_graph().get_operations():
Dop_selector.py75 for op in graph.get_operations():
215 return tops.get_operations()
Dcond_v2.py262 op for op in true_graph.get_operations() if op._is_stateful
265 op for op in false_graph.get_operations() if op._is_stateful
454 for op in func_graph.get_operations():
950 {op.name: op.node_def for op in self._forward_graph.get_operations()},
1155 op for op in bg.get_operations() if auto_control_deps.op_is_stateful(op)
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer_report.py104 op_in_degree = {op: _in_op_degree(op) for op in g.get_operations()}
132 assert len(g.get_operations()) == len(sorted_ops)
189 operations = graph.get_operations()
Dfeature_column_v2_test.py214 x.type for x in ops.get_default_graph().get_operations()
218 x.type for x in ops.get_default_graph().get_operations()
438 x.type for x in ops.get_default_graph().get_operations()
442 x.type for x in ops.get_default_graph().get_operations()
Dbfloat16_test.py61 g_ops = g.get_operations()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_placeholder_op_test.py73 self.assertEqual([op.type for op in graph.get_operations()],
/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph_test.py52 g.get_operations(),
132 g.get_operations(),
Dauto_control_deps.py245 self._n_operations = len(self._graph.get_operations())
343 new_operations = self._graph.get_operations()[self._n_operations:]
/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph_test.py79 ops = g.get_operations()
/external/tensorflow/tensorflow/python/training/saving/
Dfunctional_saver_test.py99 for op in ops.get_default_graph().get_operations():
189 for op in ops.get_default_graph().get_operations():
/external/tensorflow/tensorflow/python/tools/
Dfreeze_graph.py71 for op in sess.graph.get_operations():
171 for op in sess.graph.get_operations()
/external/tensorflow/tensorflow/python/distribute/
Dtest_util_test.py102 order = test_util.topological_sort_operations(graph.get_operations())
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py274 existing_ops = set(ops.get_default_graph().get_operations())
308 new_ops = set(ops.get_default_graph().get_operations()) - existing_ops

1234