Home
last modified time | relevance | path

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

/external/armnn/src/armnn/test/
DUtilityTests.cpp188 auto int16_max = std::numeric_limits<int16_t>::max(); variable
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.cc501 const int32_t int16_max = std::numeric_limits<int16_t>::max(); in PortableApplyLayerNormFloat() local
568 const int32_t int16_max = std::numeric_limits<int16_t>::max(); in PortableApplySigmoidFloat() local
624 const int32_t int16_max = std::numeric_limits<int16_t>::max(); in PortableApplyTanhFloat() local
787 const int32_t int16_max = std::numeric_limits<int16_t>::max(); in PortableTwoGateSaturatingAdd() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1518 const int32 int16_max = std::numeric_limits<int16>::max(); in NeonApplyLayerNorm() local
1835 const int32 int16_max = std::numeric_limits<int16>::max(); in NeonCwiseAdd() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc1898 const int16_t int16_max = std::numeric_limits<int16_t>::max(); in TEST() local