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