Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dsubgraph.py176 def __init__(self, inside_ops=(), passthrough_ts=()): argument
193 passthrough_ts = util.make_list_of_t(passthrough_ts)
194 ops_and_ts = inside_ops + passthrough_ts
204 self._passthrough_ts = [t for t in passthrough_ts if t not in all_tensors]
Dedit.py196 sgv0_outputs = subgraph.SubGraphView(passthrough_ts=sgv0.outputs)