pub fn interpolate<B>(
x: Tensor<B, 4>,
output_size: [usize; 2],
options: InterpolateOptions,
) -> Tensor<B, 4>where
B: Backend,Available on crate feature
api only.Expand description
Applies a 2D interpolation.
pub fn interpolate<B>(
x: Tensor<B, 4>,
output_size: [usize; 2],
options: InterpolateOptions,
) -> Tensor<B, 4>where
B: Backend,api only.Applies a 2D interpolation.