Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_utils_test.cc426 const int8_t kMaxQuantizedValue = 127; in TEST_F() local
445 const int8_t kMaxQuantizedValue = 127; in TEST_F() local
493 const int8_t kMaxQuantizedValue = 127; in TEST_F() local
H A Dquantization_utils.cc42 const int8_t kMaxQuantizedValue = 127; variable