The `Operation` that produces this tensor as an output.
(self)
| 396 | |
| 397 | @property |
| 398 | def op(self): |
| 399 | """The `Operation` that produces this tensor as an output.""" |
| 400 | return self._op |
| 401 | |
| 402 | @property |
| 403 | def dtype(self): |
no outgoing calls
no test coverage detected