/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_per_channel_quantized_test.cc | 48 const int dilation_width_factor = params.dilation_width_factor; in PickOutputMultiplier() local 78 const int in_x = in_x_origin + dilation_width_factor * filter_x; in PickOutputMultiplier() 191 int dilation_width_factor, int dilation_height_factor, in GenerateValidShapeConfigurations() argument 213 *stride, dilation_width_factor, dilation_height_factor, padding_type, in GenerateValidShapeConfigurations() 221 dilation_width_factor, dilation_height_factor, *pad_width, *pad_height, in GenerateValidShapeConfigurations() 230 const int dilation_width_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 251 dilation_width_factor, dilation_height_factor, in TryTestOneDepthwiseConv3x3Filter() 274 params.dilation_width_factor = dilation_width_factor; in TryTestOneDepthwiseConv3x3Filter() 305 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in TryTestOneDepthwiseConv3x3Filter()
|
D | conv_per_channel_quantized_16x8_test.cc | 47 const int dilation_width_factor = params.dilation_width_factor; in PickOutputMultiplier() local 76 const int in_x = in_x_origin + dilation_width_factor * filter_x; in PickOutputMultiplier() 143 int filter_width, int filter_height, int dilation_width_factor, in GenerateValidShapeConfigurations() argument 165 *stride, dilation_width_factor, dilation_height_factor, padding_type, in GenerateValidShapeConfigurations() 189 const int dilation_width_factor = 1; in TryTestOneConvFilter() local 206 filter_width, filter_height, dilation_width_factor, in TryTestOneConvFilter() 238 params.dilation_width_factor = dilation_width_factor; in TryTestOneConvFilter()
|
D | depthwiseconv_per_channel_quantized_16x8_test.cc | 47 const int dilation_width_factor = params.dilation_width_factor; in PickOutputMultiplier() local 76 const int in_x = in_x_origin + dilation_width_factor * filter_x; in PickOutputMultiplier() 143 int dilation_width_factor, int dilation_height_factor, in GenerateValidShapeConfigurations() argument 165 *stride, dilation_width_factor, dilation_height_factor, padding_type, in GenerateValidShapeConfigurations() 188 const int dilation_width_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 206 dilation_width_factor, dilation_height_factor, in TryTestOneDepthwiseConv3x3Filter() 231 params.dilation_width_factor = dilation_width_factor; in TryTestOneDepthwiseConv3x3Filter()
|
D | depthwiseconv_float_test.cc | 83 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 110 filter_height, stride, dilation_width_factor, in TryTestOneDepthwiseConv() 136 op_params.dilation_width_factor = dilation_width_factor; in TryTestOneDepthwiseConv()
|
D | depthwiseconv_quantized_test.cc | 178 const int dilation_width_factor = params.dilation_width_factor; in DispatchDepthwiseConvImpl() local 185 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConvImpl() 384 const int dilation_width_factor = params.dilation_width_factor; in DispatchDepthwiseConvImpl() local 391 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConvImpl() 637 op_params.dilation_width_factor = 1; in TestOneDepthwiseConvWithGivenOutputShift() 834 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() argument 883 filter_height, stride, dilation_width_factor, in TryTestDepthwiseConv() 965 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 973 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv() 988 const int dilation_width_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local [all …]
|
D | test_util.cc | 25 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes() argument 32 int dilated_filter_width = dilation_width_factor * (filter_width - 1) + 1; in ComputeConvSizes()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | conv.h | 33 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 67 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv() 112 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 150 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv() 199 const int dilation_width_factor = params.dilation_width_factor; in HybridConvPerChannel() local 230 const int in_x = in_x_origin + dilation_width_factor * filter_x; in HybridConvPerChannel()
|
D | depthwiseconv_uint8.h | 100 const int dilation_width_factor = params.dilation_width_factor; in Run() local 141 in_x_origin + dilation_width_factor * filter_x; in Run() 186 const int dilation_width_factor = params.dilation_width_factor; in RunPerChannel() local 228 in_x_origin + dilation_width_factor * filter_x; in RunPerChannel()
|
D | depthwiseconv_float.h | 33 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConv() local 67 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | depthwise_conv.h | 33 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local 72 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel() 132 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local 169 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel() 217 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridPerChannel() local 253 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvHybridPerChannel()
|
D | conv.h | 35 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local 74 const int in_x = in_x_origin + dilation_width_factor * filter_x; in ConvPerChannel() 139 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local 177 const int in_x = in_x_origin + dilation_width_factor * filter_x; in ConvPerChannel()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | conv_common.cc | 51 op_params.dilation_width_factor = params.dilation_width_factor; in ConvParamsFloat() 72 op_params.dilation_width_factor = params.dilation_width_factor; in ConvParamsQuantized() 93 params.dilation_width_factor, height, width, filter_height, filter_width, in CalculateOpDataConv()
|
D | depthwise_conv_test.cc | 260 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 300 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 347 conv_params.dilation_width_factor = 3; in TF_LITE_MICRO_TEST() 373 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 411 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 454 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 496 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 539 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 580 conv_params.dilation_width_factor = 1; in TF_LITE_MICRO_TEST() 624 conv_params.dilation_width_factor = 3; in TF_LITE_MICRO_TEST() [all …]
|
D | depthwise_conv.cc | 183 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 212 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 250 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/ |
D | depthwise_conv.cc | 46 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local 94 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel() 168 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConv() local 217 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConv() 415 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 453 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 170 params->dilation_height_factor, params->dilation_width_factor, height, in Prepare() 309 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 348 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 389 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 430 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel16x8() 490 op_params.dilation_width_factor = params->dilation_width_factor; in EvalHybridPerChannel()
|
D | conv.cc | 172 params->dilation_width_factor != 1 || params->dilation_height_factor != 1; in IsIm2ColRequired() 394 (params->dilation_width_factor == 1) && in Prepare() 415 params->dilation_height_factor, params->dilation_width_factor, height, in Prepare() 616 (params->dilation_width_factor != 1 || in EvalQuantized() 631 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 680 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 727 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel16x8() 771 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 874 op_params.dilation_width_factor = 1; in EvalHybridPerChannel() 968 op_params.dilation_width_factor = params->dilation_width_factor; in EvalHybrid()
|
D | conv_test.cc | 58 int dilation_width_factor = 1, int dilation_height_factor = 1, in BaseConvolutionOpModel() argument 117 dilation_width_factor, dilation_height_factor) 814 const int dilation_width_factor = 3; in TEST_P() local 823 ActivationFunctionType_NONE, dilation_width_factor, in TEST_P() 1028 const int dilation_width_factor = 3; in TEST_P() local 1042 ActivationFunctionType_NONE, dilation_width_factor, in TEST_P() 1302 const int dilation_width_factor = 2; in TEST_P() local 1309 ActivationFunctionType_NONE, dilation_width_factor, in TEST_P()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | depthwise_conv_hybrid.h | 56 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridGeneral() local 197 stride_width, dilation_width_factor, input_depth, input_width, in DepthwiseConvHybridGeneral() 269 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridWithRounding() local 271 TFLITE_DCHECK_GE(dilation_width_factor, 1); in DepthwiseConvHybridWithRounding() 295 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in DepthwiseConvHybridWithRounding()
|
D | conv.h | 42 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local 58 dilation_width_factor != 1 || dilation_height_factor != 1; in ConvPerChannel()
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | depthwise_conv.cc | 226 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 251 dw_conv_params.dilation.w = params->dilation_width_factor; in EvalQuantizedPerChannel() 333 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 372 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 384 if (1 == op_params.dilation_width_factor && in EvalQuantized() 402 op_params.dilation_width_factor, op_params.dilation_height_factor, in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 86 int dilation_width_factor; member 95 int dilation_width_factor; member 131 int dilation_width_factor; member
|
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/ |
D | conv.cc | 103 (params->dilation_width_factor == 1) && in IsMliApplicable() 124 params->dilation_height_factor, params->dilation_width_factor, height, in CalculateOpData() 284 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 452 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 489 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat()
|
D | depthwise_conv.cc | 93 (params->dilation_width_factor == 1) && in IsMliApplicable() 276 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 461 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 503 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | im2col_utils.h | 124 const int dilation_width_factor = params.dilation_width_factor; in DilatedIm2col() local 136 TFLITE_DCHECK(dilation_width_factor != 1 || dilation_height_factor != 1); in DilatedIm2col() 175 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DilatedIm2col()
|