Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DGridSampler.h213 static inline scalar_t get_value_bounded( in get_value_bounded() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DGridSampler.cuh230 scalar_t get_value_bounded( in get_value_bounded() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DGridSamplerKernel.cpp868 inline Vec get_value_bounded(const scalar_t* data, const Vec& x, const Vec& y) const { in get_value_bounded() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4222 def get_value_bounded(ix: Tensor, iy: Tensor) -> Tensor: function