Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/
H A DUtilityTests.cpp187 auto int8_max = std::numeric_limits<int8_t>::max(); variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.cc385 const int32_t int8_max = std::numeric_limits<int8_t>::max(); in PortableMatrixBatchVectorMultiply() local
414 const int16_t int8_max = std::numeric_limits<int8_t>::max(); in PortableMatrixBatchVectorMultiply() local
/aosp_15_r20/external/libchrome/base/
H A Dsafe_numerics_unittest.cc1454 auto int8_max = MakeCheckedNum(numeric_limits<int8_t>::max()); in TEST() local
/aosp_15_r20/external/cronet/base/
H A Dsafe_numerics_unittest.cc1543 auto int8_max = MakeCheckedNum(numeric_limits<int8_t>::max()); in TEST() local