MaxPool1dWithIndices ==================== Returns max pool values and indices. **Abstract Signature:** ``MaxPool1dWithIndices(input: Tensor)`` .. raw:: html

PyTorch

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

JAX (Core)

API:
Strategy: Custom / Partial