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)
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)