Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnaryFractionKernels.cu164 __host__ __device__ static inline scalar_t trunc_wrapper(scalar_t a) { in trunc_wrapper() function
168 __host__ __device__ static inline double trunc_wrapper(double a) { in trunc_wrapper() function
172 __host__ __device__ static inline c10::complex<float> trunc_wrapper(c10::complex<float> a) { in trunc_wrapper() function
176 __host__ __device__ static inline c10::complex<double> trunc_wrapper(c10::complex<double> a) { in trunc_wrapper() function