Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h518 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy; in PackLhs() typedef
520 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) { in PackLhs()
522 RoundingStrategy::kRoundingModeForSmallSizes> in PackLhs()
529 RoundingStrategy::kRoundingModeForLargeSizes> in PackLhs()
549 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy; in PackRhs() typedef
551 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) { in PackRhs()
553 RoundingStrategy::kRoundingModeForSmallSizes> in PackRhs()
560 RoundingStrategy::kRoundingModeForLargeSizes> in PackRhs()
/external/gemmlowp/public/
Dbit_depth.h114 typedef ExactRoundingStrategyFor8Bit RoundingStrategy; typedef
120 typedef DefaultRoundingStrategyForLessThan8Bit RoundingStrategy; typedef