Function burn::tensor::module::interpolate

pub fn interpolate<B>(
    x: Tensor<B, 4>,
    output_size: [usize; 2],
    options: InterpolateOptions,
) -> Tensor<B, 4>
where B: Backend,
Expand description

Applies a 2D interpolation.