AvgPool ======= Pools the input by taking the average over a window. **Abstract Signature:** ``AvgPool(inputs: Tensor, window_shape: Tuple[int, ...], strides: Tuple[int, ...], padding: str = VALID)`` .. raw:: html
torch.nn.functional.avg_pool2d
keras.ops.average_pool
tf.nn.avg_pool
flax.nnx.avg_pool