Home
last modified time | relevance | path

Searched refs:make_list_of_op (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dselect.py87 ops = util.make_list_of_op(ops)
108 ops = util.make_list_of_op(ops)
127 ops = util.make_list_of_op(ops)
148 ops = util.make_list_of_op(ops)
165 ops = util.make_list_of_op(ops)
184 ops = util.make_list_of_op(ops)
263 ops = util.make_list_of_op(ops)
300 ops = util.make_list_of_op(ops)
360 ops = util.make_list_of_op(ops)
361 seed_ops = util.make_list_of_op(seed_ops, allow_graph=False)
[all …]
Dreroute.py185 cannot_modify = frozenset(_util.make_list_of_op(cannot_modify))
187 can_modify = frozenset(_util.make_list_of_op(can_modify))
469 cops = _util.make_list_of_op(cops, allow_graph=False)
495 cops = _util.make_list_of_op(cops, allow_graph=False)
Dutil.py224 def make_list_of_op(ops, check_graph=True, allow_graph=True, ignore_ts=False): function
Dsubgraph.py192 inside_ops = util.make_list_of_op(inside_ops)
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dutil_test.py75 self.assertEqual(len(ge.util.make_list_of_op(g0)), 2)
77 self.assertEqual(len(ge.util.make_list_of_op((a0.op, b0.op))), 2)