Function burn::tensor::module::avg_pool1d

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,
Expand description

Applies a 1D avg pooling.