Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Deval.cpp27 inline std::enable_if_t<std::is_integral_v<T>, T> mod_value(T lhs, T rhs) { in mod_value() function
32 inline std::enable_if_t<std::is_floating_point_v<T>, T> mod_value( in mod_value() function
38 inline bool mod_value(bool lhs, bool rhs) { in mod_value() function