Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dcommon_func.c33 int8_t MinInt8(int8_t a, int8_t b) { return b ^ ((a ^ b) & -(a < b)); } in MinInt8() function
Dcommon_func.h29 int8_t MinInt8(int8_t a, int8_t b);