Searched refs:passthrough_ts (Results 1 – 2 of 2) sorted by relevance
176 def __init__(self, inside_ops=(), passthrough_ts=()): argument193 passthrough_ts = util.make_list_of_t(passthrough_ts)194 ops_and_ts = inside_ops + passthrough_ts204 self._passthrough_ts = [t for t in passthrough_ts if t not in all_tensors]
196 sgv0_outputs = subgraph.SubGraphView(passthrough_ts=sgv0.outputs)