jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
nn
logmeanexp
Function logmeanexp
logmeanexp
(
x
:
ArrayLike
,
axis
?:
null
|
number
|
number
[]
)
:
Array
Log-mean-exp reduction, like
jax.nn.logsumexp()
but subtracts
log(n)
.
Parameters
x
:
ArrayLike
axis
:
null
|
number
|
number
[]
= null
Returns
Array
jax-js
Loading...
Log-mean-exp reduction, like
jax.nn.logsumexp()but subtractslog(n).