Searched refs:DepthwiseConvRound (Results 1 – 1 of 1) sorted by relevance
65 inline int32_t DepthwiseConvRound(int32_t x, int32_t quantized_multiplier, in DepthwiseConvRound() function72 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kAwayFromZero>(78 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kUpward>(160 acc = DepthwiseConvRound<output_rounding>(acc, output_multiplier, in Run()262 acc = DepthwiseConvRound<output_rounding>( in RunPerChannel()