Function burn_tensor::module::interpolate
source · 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.