jax.lax.reduce_precision#
- jax.lax.reduce_precision(operand, exponent_bits, mantissa_bits)[source]#
Wraps XLA’s ReducePrecision operator.
- Parameters:
operand (float | ArrayLike) –
exponent_bits (int) –
mantissa_bits (int) –
- Return type:
Array
Wraps XLA’s ReducePrecision operator.
operand (float | ArrayLike) –
exponent_bits (int) –
mantissa_bits (int) –
Array