Home
last modified time | relevance | path

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

/external/tensorflow/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()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_transitional.h2591 acc = reference_ops::depthwise_conv::DepthwiseConvRound<
2755 acc = reference_ops::depthwise_conv::DepthwiseConvRound<
2981 acc = reference_ops::depthwise_conv::DepthwiseConvRound<
3172 acc = reference_ops::depthwise_conv::DepthwiseConvRound<
3198 acc = reference_ops::depthwise_conv::DepthwiseConvRound<