cunumeric.ndarray.dtype#

property ndarray.dtype: dtype[Any]#

Data-type of the array’s elements.

See also

astype

Cast the values contained in the array to a new data-type.

view

Create a view of the same data but a different data-type.

numpy.dtype