megengine.Tensor.dtype¶
- property Tensor.dtype¶
Returns a
numpy.dtypeobject represents the data type of aTensor.See also
see Tensor data type for more details.
- Return type
Returns a numpy.dtype object represents the data type of a Tensor.
See also
see Tensor data type for more details.