Home
last modified time | relevance | path

Searched refs:ScalarIntegerType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h267 using ScalarIntegerType = in SaturatingRoundingMultiplyByPOTParam() local
270 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min()); in SaturatingRoundingMultiplyByPOTParam()
272 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max()); in SaturatingRoundingMultiplyByPOTParam()
273 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType); in SaturatingRoundingMultiplyByPOTParam()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h386 using ScalarIntegerType =
389 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min());
391 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max());
392 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);