jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
max
Function max
max
(
a
:
ArrayLike
,
axis
?:
null
|
number
|
number
[]
,
opts
?:
{
keepdims
?:
boolean
}
,
)
:
Array
Return the maximum of array elements along a given axis.
Parameters
a
:
ArrayLike
axis
:
null
|
number
|
number
[]
= null
Optional
opts
:
{
keepdims
?:
boolean
}
Returns
Array
jax-js
Loading...
Return the maximum of array elements along a given axis.