Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dsubgraph.py176 def __init__(self, inside_ops=(), passthrough_ts=()): argument
192 inside_ops = util.make_list_of_op(inside_ops)
194 ops_and_ts = inside_ops + passthrough_ts
197 self._ops = inside_ops
200 inputs, outputs, insides = select.compute_boundary_ts(inside_ops)