PoolΒΆ
Helper function to define pooling functions.
Abstract Signature:
Pool(inputs: Tensor, init, reduce_fn: Callable, window_shape: Tuple, strides: Tuple, padding: str)
Helper function to define pooling functions.
Abstract Signature:
Pool(inputs: Tensor, init, reduce_fn: Callable, window_shape: Tuple, strides: Tuple, padding: str)