ModeΒΆ
Returns the mode value and indices starting with the first dimension.
Abstract Signature:
Mode(input: Tensor, dim: int = -1, keepdim: bool = False)
JAX (Core)
API:
jax.scipy.stats.modeStrategy: Plugin (mode_shim)
Returns the mode value and indices starting with the first dimension.
Abstract Signature:
Mode(input: Tensor, dim: int = -1, keepdim: bool = False)
jax.scipy.stats.mode