Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DMathConstants.h81 C10_HOST_DEVICE inline constexpr T sqrt_3() { in sqrt_3() function
139 constexpr T sqrt_3 = c10::detail::sqrt_3<T>(); variable