pub fn avg_pool1d<B>( x: Tensor<B, 3>, kernel_size: usize, stride: usize, padding: usize, count_include_pad: bool, ) -> Tensor<B, 3>where B: Backend,
Applies a 1D avg pooling.