Home
last modified time | relevance | path

Searched defs:ApplyGridSample (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DGridSamplerKernel.cpp459 struct ApplyGridSample<scalar_t, 2, GridSamplerInterpolation::Bilinear, struct
461 using Vec = Vectorized<scalar_t>;
462 using integer_t = int_same_size_t<scalar_t>;
463 using iVec = Vectorized<integer_t>;
465 const int64_t inp_H;
466 const int64_t inp_W;
467 const int64_t inp_sH;
468 const int64_t inp_sW;
469 const int64_t C;
470 const int64_t inp_sC;
[all …]