Home
last modified time | relevance | path

Searched refs:upsampling_nearest2d (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUpSample.h72 using upsampling_nearest2d = void(*)(const Tensor& output, const Tensor& input, scale_t scales_h, s… variable
84 DECLARE_DISPATCH(upsampling_nearest2d, upsample_nearest2d_kernel);
90 DECLARE_DISPATCH(upsampling_nearest2d, upsample_nearest2d_backward_kernel);