jax.dtypes.float0

Contents

jax.dtypes.float0#

jax.dtypes.float0 = dtype([('float0', 'V')])#

VoidDType(length, /) –

DType class corresponding to the numpy.void scalar type.

Warning

np.dtypes.VoidDType cannot be instantiated directly. Use np.dtype("void[{unit}]") instead.

See numpy.dtype for the typical way to create dtype instances and Data type objects (dtype) for additional information.