The output tensors of this subgraph view.
(self)
| 502 | |
| 503 | @property |
| 504 | def outputs(self): |
| 505 | """The output tensors of this subgraph view.""" |
| 506 | return util.ListView(self._output_ts) |
| 507 | |
| 508 | @property |
| 509 | def connected_outputs(self): |
no outgoing calls