Searched refs:kUpward (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_transitional.h | 2592 DepthwiseConvOutputRounding::kUpward>(acc, output_multiplier, 2756 DepthwiseConvOutputRounding::kUpward>(acc, output_multiplier, 2982 DepthwiseConvOutputRounding::kUpward>( 3173 DepthwiseConvOutputRounding::kUpward>( 3199 DepthwiseConvOutputRounding::kUpward>( 3399 acc0 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 3402 acc1 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 3405 acc2 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 3408 acc3 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 3475 acc0 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( [all …]
|
D | depthwiseconv_3x3_filter_common.h | 199 struct DivideByPOT<DepthwiseConvOutputRounding::kUpward> {
|
D | depthwiseconv_uint8_3x3_filter.h | 1253 struct DepthwiseConvWindow<DepthwiseConvOutputRounding::kUpward, 8, 1, 1> { 3111 struct DepthwiseConvWindow<DepthwiseConvOutputRounding::kUpward, 8, 2, 2> { 4146 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kUpward, 4412 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kUpward, 4764 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kUpward, 5155 struct DepthwiseConvPartial<DepthwiseConvOutputRounding::kUpward,
|
D | depthwiseconv_uint8.h | 2077 return DepthwiseConvWithRounding<DepthwiseConvOutputRounding::kUpward>(
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 205 case DepthwiseConvOutputRounding::kUpward: in DispatchDepthwiseConvImpl() 207 DepthwiseConvOutputRounding::kUpward>( in DispatchDepthwiseConvImpl() 403 case DepthwiseConvOutputRounding::kUpward: in DispatchDepthwiseConvImpl() 405 DepthwiseConvOutputRounding::kUpward>( in DispatchDepthwiseConvImpl() 554 case DepthwiseConvOutputRounding::kUpward: in Run() 556 DepthwiseConvOutputRounding::kUpward>::Run(op_params, input_shape, in Run() 585 case DepthwiseConvOutputRounding::kUpward: in Run() 587 DepthwiseConvOutputRounding::kUpward>:: in Run() 1121 DepthwiseConvOutputRounding::kUpward); in TEST() 1171 Values(DepthwiseConvOutputRounding::kUpward), // output_rounding [all …]
|
D | depthwiseconv_per_channel_quantized_test.cc | 334 DepthwiseConvOutputRounding::kUpward>( in TryTestOneDepthwiseConv3x3Filter()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | depthwise_conv_hybrid_3x3_filter.h | 126 struct DepthwiseConvHybridWindowPerChannel<DepthwiseConvOutputRounding::kUpward, 1062 struct DepthwiseConvHybridWindowPerChannel<DepthwiseConvOutputRounding::kUpward, 2071 DepthwiseConvOutputRounding::kUpward, EdgeType::kCenter, 1, 1> { 2187 DepthwiseConvOutputRounding::kUpward, EdgeType::kCorner, 1, 1> { 2357 DepthwiseConvOutputRounding::kUpward, EdgeType::kHorizontal, 1, 1> { 2561 DepthwiseConvOutputRounding::kUpward, EdgeType::kVertical, 1, 1> {
|
D | depthwise_conv_3x3_filter.h | 109 struct DepthwiseConvWindowPerChannel<DepthwiseConvOutputRounding::kUpward, 8, 1, 965 struct DepthwiseConvWindowPerChannel<DepthwiseConvOutputRounding::kUpward, 8, 2, 1927 struct DepthwiseConvPartialPerChannel<DepthwiseConvOutputRounding::kUpward, 2039 struct DepthwiseConvPartialPerChannel<DepthwiseConvOutputRounding::kUpward, 2203 struct DepthwiseConvPartialPerChannel<DepthwiseConvOutputRounding::kUpward, 2400 struct DepthwiseConvPartialPerChannel<DepthwiseConvOutputRounding::kUpward,
|
D | depthwise_conv_hybrid.h | 300 DepthwiseConvOutputRounding::kUpward>( in DepthwiseConvHybridWithRounding()
|
D | depthwise_conv.h | 1863 DepthwiseConvOutputRounding::kUpward>(
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_uint8.h | 51 kUpward, // Halves towards +infinity: adds 0.5 before truncate. enumerator 78 inline int32_t DepthwiseConvRound<DepthwiseConvOutputRounding::kUpward>(
|