description: TensorFlow variant of NumPy's min.
![]() |
TensorFlow variant of NumPy's min
.
tf.experimental.numpy.min(
a, axis=None, keepdims=None
)
Unsupported arguments: out
, initial
, where
.
See the NumPy documentation for numpy.min
.