jax.dtypes.float0#
- jax.dtypes.float0 = dtype([('float0', 'V')])#
VoidDType(length, /) –
DType class corresponding to the numpy.void scalar type.
Warning
np.dtypes.VoidDTypecannot be instantiated directly. Usenp.dtype("void[{unit}]")instead.See numpy.dtype for the typical way to create dtype instances and Data type objects (dtype) for additional information.