Home
last modified time | relevance | path

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

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