Home
last modified time | relevance | path

Searched refs:IsDivOverflow (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dcc_implementations.cc68 bool IsDivOverflow(const T &x, const T &y, const T &min) { in IsDivOverflow() function
92 return IsDivOverflow<T>(x, y, min); in IsSignedIntOverflow()