MinPool ======= Pools the input by taking the minimum of a window slice. **Abstract Signature:** ``MinPool(inputs: Tensor, window_shape: Union[int, Tuple[int, ...]], strides: Union[int, Tuple[int, ...]], padding: str = VALID)`` .. raw:: html
—
flax.nnx.min_pool