Return the shape of the distributed tensor. Returns ------- tuple The shape of the distributed tensor.
(self)
| 249 | |
| 250 | @property |
| 251 | def shape(self): |
| 252 | """Return the shape of the distributed tensor. |
| 253 | |
| 254 | Returns |
| 255 | ------- |
| 256 | tuple |
| 257 | The shape of the distributed tensor. |
| 258 | """ |
| 259 | return self._shape |
| 260 | |
| 261 | @property |
| 262 | def dtype(self): |
no outgoing calls
no test coverage detected