Return the data type of the distributed tensor. Returns ------ dtype The data type of the tensor.
(self)
| 260 | |
| 261 | @property |
| 262 | def dtype(self): |
| 263 | """Return the data type of the distributed tensor. |
| 264 | |
| 265 | Returns |
| 266 | ------ |
| 267 | dtype |
| 268 | The data type of the tensor. |
| 269 | """ |
| 270 | return self._dtype |
| 271 | |
| 272 | @property |
| 273 | def name(self): |
no outgoing calls
no test coverage detected