Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dconvert_utils_base.h147 inline int IntMulWithOverflowCheck(int a, int b) { in IntMulWithOverflowCheck() function
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_front_infer_function.cc474 result = IntMulWithOverflowCheck(result, value); in InferImplShapeMul()