jax.Array.min#
- abstract Array.min(axis=None, out=None, keepdims=False, initial=None, where=None)[source]#
Return the minimum of array elements along a given axis.
Refer to
jax.numpy.min()
for the full documentation.
Return the minimum of array elements along a given axis.
Refer to jax.numpy.min()
for the full documentation.