IndexReduceΒΆ
Reduce values into tensor (e.g. mean, max).
Abstract Signature:
IndexReduce(input: Tensor, dim: int, index: Tensor, source: Tensor, reduce: str)
JAX (Core)
API:
βStrategy: Custom / Partial
Reduce values into tensor (e.g. mean, max).
Abstract Signature:
IndexReduce(input: Tensor, dim: int, index: Tensor, source: Tensor, reduce: str)
β