Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DUpSample.h70 using upsampling_nearest1d = void(*)(const Tensor& output, const Tensor& input, scale_t scales_w); variable
82 DECLARE_DISPATCH(upsampling_nearest1d, upsample_nearest1d_kernel);
88 DECLARE_DISPATCH(upsampling_nearest1d, upsample_nearest1d_backward_kernel);