Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DGridSamplerUtils.h13 enum class GridSamplerInterpolation {Bilinear, Nearest, Bicubic}; enum
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py4667 class GridSamplerInterpolation(Enum): class