Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h65 inline int32_t DepthwiseConvRound(int32_t x, int32_t quantized_multiplier, in DepthwiseConvRound() function
72 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()