pub fn interpolate<R: CubeRuntime>(
input: CubeTensor<R>,
output_size: [usize; 2],
options: InterpolateOptions,
) -> CubeTensor<R>Expand description
Interpolate operation
Supports nearest, bilinear, bicubic and lanczos3 modes
pub fn interpolate<R: CubeRuntime>(
input: CubeTensor<R>,
output_size: [usize; 2],
options: InterpolateOptions,
) -> CubeTensor<R>Interpolate operation
Supports nearest, bilinear, bicubic and lanczos3 modes