Searched refs:MaxInt8 (Results 1 – 3 of 3) sorted by relevance
35 int8_t MaxInt8(int8_t a, int8_t b) { return a ^ ((a ^ b) & -(a < b)); } in MaxInt8() function
30 int8_t MaxInt8(int8_t a, int8_t b);
317 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()