Home
last modified time | relevance | path

Searched defs:biased_value (Results 1 – 1 of 1) sorted by relevance

/external/XNNPACK/src/xnnpack/
Drequantization.h109 const int32_t biased_value = clamped_value + (int32_t) (uint32_t) zero_point; in xnn_qu8_requantize_precise() local
157 const int32_t biased_value = clamped_value + (int32_t) zero_point; in xnn_qs8_requantize_precise() local