Home
last modified time | relevance | path

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

/external/gemmlowp/fixedpoint/
Dfixedpoint.h397 using ScalarIntegerType =
400 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min());
402 Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max());
403 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType);
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h601 using ScalarIntegerType = in SaturatingRoundingMultiplyByPOTParam() local
604 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min()); in SaturatingRoundingMultiplyByPOTParam()
606 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max()); in SaturatingRoundingMultiplyByPOTParam()
607 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType); in SaturatingRoundingMultiplyByPOTParam()