mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #26862 from jakevdp:logsumexp-docs
PiperOrigin-RevId: 733080943
This commit is contained in:
commit
f9f47217df
@ -53,8 +53,8 @@ def logsumexp(a: ArrayLike, axis: Axis = None, b: ArrayLike | None = None,
|
||||
|
||||
Args:
|
||||
a: the input array
|
||||
axis: the axis or axes over which to reduce. May be either ``None``, an
|
||||
int, or a tuple of ints.
|
||||
axis: int or sequence of ints, default=None. Axis along which the sum to be
|
||||
computed. If None, the sum is computed along all the axes.
|
||||
b: scaling factors for :math:`\mathrm{exp}(a)`. Must be broadcastable to the
|
||||
shape of `a`.
|
||||
keepdims: If ``True``, the axes that are reduced are left in the output as
|
||||
|
Loading…
x
Reference in New Issue
Block a user