Home
last modified time | relevance | path

Searched refs:within_ops (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dselect.py385 within_ops=None, argument
424 if within_ops:
425 within_ops = util.make_list_of_op(within_ops, allow_graph=False)
426 within_ops = frozenset(within_ops)
427 seed_ops &= within_ops
430 return (within_ops is None or op in within_ops) and (
457 within_ops=None, argument
494 if within_ops:
495 within_ops = util.make_list_of_op(within_ops, allow_graph=False)
496 within_ops = frozenset(within_ops)
[all …]
Dsubgraph.py347 within_ops=self._ops,
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dselect_test.py142 within_ops = [self.a.op, self.f.op]
144 [self.a.op], [self.f.op], within_ops=within_ops)
160 within_ops = [self.a.op, self.c.op, self.d.op, self.f.op]
162 within_ops=within_ops)
205 within_ops = [
220 within_ops=within_ops,
230 within_ops=within_ops,
239 within_ops=within_ops,
245 seed_ops, inclusive=False, within_ops=within_ops)
258 within_ops = [
[all …]