Searched refs:kAwayFromZero (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 197 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/ |
D | depthwiseconv_uint8.h | 50 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/ |
D | depthwise_conv_hybrid.h | 327 DepthwiseConvOutputRounding::kAwayFromZero>( in DepthwiseConvHybridImpl()
|
D | depthwise_conv.h | 1886 return DepthwiseConvWithRounding<DepthwiseConvOutputRounding::kAwayFromZero>(
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_3x3_filter_common.h | 185 struct DivideByPOT<DepthwiseConvOutputRounding::kAwayFromZero> {
|
D | depthwiseconv_uint8_3x3_filter.h | 319 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,
|
D | legacy_optimized_ops.h | 274 DepthwiseConvOutputRounding::kAwayFromZero>( in LegacyDepthwiseConvImpl()
|