Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h277 const IntegerType positive_mask = in SaturatingRoundingMultiplyByPOTParam() local
283 result = gemmlowp::SelectUsingMask(positive_mask, max, result); in SaturatingRoundingMultiplyByPOTParam()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h396 const IntegerType positive_mask =
402 result = SelectUsingMask(positive_mask, max, result);