Design
Models
API
API Mapping
Migration Guide
Syntax Support
FAQ
RELEASE NOTES
Converts input tensor dtype to float32.
Tensor, converted to the float32 dtype.
Ascend GPU CPU
Ascend
GPU
CPU
Examples
>>> input_x = Tensor(np.ones([2,2]), mindspore.int32) >>> output = input_x.float() >>> print(output.dtype) Float32