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.h460 using ScalarIntegerType = in SaturatingRoundingMultiplyByPOTParam() local
463 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::min()); in SaturatingRoundingMultiplyByPOTParam()
465 gemmlowp::Dup<IntegerType>(std::numeric_limits<ScalarIntegerType>::max()); in SaturatingRoundingMultiplyByPOTParam()
466 const int ScalarIntegerTypeBits = 8 * sizeof(ScalarIntegerType); in SaturatingRoundingMultiplyByPOTParam()