Home
last modified time | relevance | path

Searched refs:seed_ops (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dselect.py329 seed_ops, argument
361 seed_ops = util.make_list_of_op(seed_ops, allow_graph=False)
363 res = set(seed_ops)
366 wave = set(seed_ops)
383 def get_forward_walk_ops(seed_ops, argument
412 if not util.is_iterable(seed_ops):
413 seed_ops = [seed_ops]
414 if not seed_ops:
416 if isinstance(seed_ops[0], tf_ops.Tensor):
417 ts = util.make_list_of_t(seed_ops, allow_graph=False)
[all …]
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dselect_test.py119 seed_ops=self.f.op,
128 ops=self.graph, seed_ops=self.h.op, boundary_ops=[self.f.op, self.g.op])
203 seed_ops = [self.a.op, self.d.op]
218 seed_ops,
228 seed_ops,
237 seed_ops,
245 seed_ops, inclusive=False, within_ops=within_ops)
256 seed_ops = [self.h.op]
268 seed_ops,
277 seed_ops,
[all …]