The list of `Tensor` objects representing the outputs of this op.
(self)
| 2129 | |
| 2130 | @property |
| 2131 | def outputs(self): |
| 2132 | """The list of `Tensor` objects representing the outputs of this op.""" |
| 2133 | return self._outputs |
| 2134 | |
| 2135 | class _InputList(object): |
| 2136 | """Immutable input list wrapper.""" |
no outgoing calls