mlx.core.finfo

mlx.core.finfo#

class finfo#

Get information on floating-point types.

__init__(self, arg: Dtype, /) None#

Methods

__init__(self, arg, /)

Attributes

dtype

The Dtype.

max

The largest representable number.

min

The smallest representable number.