Function burn::tensor::module::conv1d

pub fn conv1d<B>(
    x: Tensor<B, 3>,
    weight: Tensor<B, 3>,
    bias: Option<Tensor<B, 1>>,
    options: ConvOptions<1>,
) -> Tensor<B, 3>
where B: Backend,
Expand description

Applies a 1D convolution.