Пример #1
0
 def passthroughs(self):
     """Return the passthrough tensors, going straight from input to output."""
     return util.ListView(self._passthrough_ts)
Пример #2
0
 def outputs(self):
     """Return the output tensors of this subgraph view."""
     return util.ListView(self._output_ts)