Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h48 enum class DepthwiseConvOutputRounding { enum
64 template <DepthwiseConvOutputRounding output_rounding>
67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
72 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kAwayFromZero>(
78 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kUpward>(
90 template <DepthwiseConvOutputRounding output_rounding>
287 DepthwiseConvOutputRounding::kAwayFromZero>::Run(params, input_shape, in DepthwiseConv()