MaxPool ======= Pools the input by taking the maximum of a window slice. **Abstract Signature:** ``MaxPool(inputs: Tensor, window_shape: Union[int, Tuple[int, ...]], strides: Union[int, Tuple[int, ...]], padding: str = VALID)`` .. raw:: html
jax.lax.reduce_window