def passthroughs(self): """The passthrough tensors, going straight from input to output.""" return util.ListView(self._passthrough_ts)
def outputs(self): """The output tensors of this subgraph view.""" return util.ListView(self._output_ts)