legate.core.FixedArrayType.to_numpy_dtype#

FixedArrayType.to_numpy_dtype(self)#

Get the equivalent numpy dtype for this type.

Returns:

The numpy dtype.

Return type:

np.dtype

Raises:

ValueError – If the equivalent numpy dtype could not be determined.