Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnaryOpsKernel.cu84 C10_HOST_DEVICE static inline scalar_t rsqrt_wrapper(scalar_t v) { in rsqrt_wrapper() function
89 C10_HOST_DEVICE static inline c10::complex<T> rsqrt_wrapper(c10::complex<T> v) { in rsqrt_wrapper() function