Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DGridSamplerUtils.h73 inline void check_grid_sampler_3d( in check_grid_sampler_3d() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py4673 def check_grid_sampler_3d(input: Tensor, grid: Tensor, interpolation_mode: int): function