Home
last modified time | relevance | path

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

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