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