Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc197 case DepthwiseConvOutputRounding::kAwayFromZero: in DispatchDepthwiseConvImpl()
199 DepthwiseConvOutputRounding::kAwayFromZero>( in DispatchDepthwiseConvImpl()
413 case DepthwiseConvOutputRounding::kAwayFromZero: in DispatchDepthwiseConvImpl()
562 case DepthwiseConvOutputRounding::kAwayFromZero: in Run()
592 case DepthwiseConvOutputRounding::kAwayFromZero: in Run()
1095 DepthwiseConvOutputRounding::kAwayFromZero); in TEST()
1104 DepthwiseConvOutputRounding::kAwayFromZero); in TEST()
1113 DepthwiseConvOutputRounding::kAwayFromZero); in TEST()
1133 DepthwiseConvOutputRounding::kAwayFromZero); in TEST()
1156 Values(DepthwiseConvOutputRounding::kAwayFromZero), // output_rounding
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h50 kAwayFromZero, // Original method: exact halves rounded away from zero. enumerator
72 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kAwayFromZero>(
287 DepthwiseConvOutputRounding::kAwayFromZero>::Run(params, input_shape, in DepthwiseConv()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h327 DepthwiseConvOutputRounding::kAwayFromZero>( in DepthwiseConvHybridImpl()
Ddepthwise_conv.h1886 return DepthwiseConvWithRounding<DepthwiseConvOutputRounding::kAwayFromZero>(
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h185 struct DivideByPOT<DepthwiseConvOutputRounding::kAwayFromZero> {
Ddepthwiseconv_uint8_3x3_filter.h319 struct DepthwiseConvWindow<DepthwiseConvOutputRounding::kAwayFromZero, 8, 1,
2078 struct DepthwiseConvWindow<DepthwiseConvOutputRounding::kAwayFromZero, 8, 2,
4033 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kAwayFromZero,
4247 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kAwayFromZero,
4565 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kAwayFromZero,
4951 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kAwayFromZero,
Dlegacy_optimized_ops.h274 DepthwiseConvOutputRounding::kAwayFromZero>( in LegacyDepthwiseConvImpl()