MaxPool1dWithIndicesΒΆ

Returns max pool values and indices.

Abstract Signature:

MaxPool1dWithIndices(input: Tensor)

PyTorch

API: torch.nn.functional.max_pool1d_with_indices
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial