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