Returns the `TensorShape` that represents the shape of the tensor.
(self)
| 59 | |
| 60 | @property |
| 61 | def shape(self): |
| 62 | """Returns the `TensorShape` that represents the shape of the tensor.""" |
| 63 | return self._shape |
| 64 | |
| 65 | @property |
| 66 | def dtype(self): |
no outgoing calls
no test coverage detected