Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A Dsafe_numerics.h34 C10_ALWAYS_INLINE bool mul_overflows(uint64_t a, uint64_t b, uint64_t* out) { in mul_overflows() function
45 C10_ALWAYS_INLINE bool mul_overflows(int64_t a, int64_t b, int64_t* out) { in mul_overflows() function