Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dcommon_func.c35 int8_t MaxInt8(int8_t a, int8_t b) { return a ^ ((a ^ b) & -(a < b)); } in MaxInt8() function
Dcommon_func.h30 int8_t MaxInt8(int8_t a, int8_t b);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpooling_int8.c317 tmp_max = MaxInt8(tmp_max, *(input_ptr + in_offset)); in MaxPoolingInt8()
380 tmp_max[k] = MaxInt8(tmp_max[k], *(input_ptr + in_offset + k)); in MaxPoolingWithQuantInt8()
412 tmp_max = MaxInt8(tmp_max, *(input_ptr + in_offset)); in MaxPoolingWithQuantInt8()