/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 149 params->dilation_height_factor); in Prepare() 152 ComputePadding(params->stride_height, params->dilation_height_factor, in Prepare() 214 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat() 251 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized() 279 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
|
D | conv.cc | 160 params->dilation_height_factor != 1 || filter_width != 1 || in AllocateTemporaryTensorsIfRequired() 294 params->dilation_height_factor); in Prepare() 297 ComputePadding(params->stride_height, params->dilation_height_factor, in Prepare() 435 params->dilation_height_factor != 1)) { in EvalQuantized() 452 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized() 479 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized() 507 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel() 532 params->dilation_height_factor != 1)) { in EvalFloat() 546 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat() 647 op_params.dilation_height_factor = 1; in EvalHybrid()
|
D | conv_test.cc | 50 int dilation_width_factor = 1, int dilation_height_factor = 1) { in BaseConvolutionOpModel() argument 97 dilation_width_factor, dilation_height_factor) in BaseConvolutionOpModel() 543 const int dilation_height_factor = 3; in TEST_P() local 552 dilation_height_factor); in TEST_P() 732 const int dilation_height_factor = 3; in TEST_P() local 746 dilation_height_factor); in TEST_P()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_float_test.cc | 81 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 108 dilation_height_factor, padding_type, in TryTestOneDepthwiseConv() 134 op_params.dilation_height_factor = dilation_height_factor; in TryTestOneDepthwiseConv()
|
D | depthwiseconv_quantized_test.cc | 123 const int dilation_height_factor = params.dilation_height_factor; in DispatchDepthwiseConv() local 129 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConv() 309 op_params.dilation_height_factor = 1; in TestOneDepthwiseConvWithGivenOutputShift() 493 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() argument 526 dilation_height_factor, padding_type, in TryTestDepthwiseConv() 570 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 577 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv() 593 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 619 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv3x3Filter() 648 const int dilation_height_factor = 1; in TryTestOneNeonDot3x3() local [all …]
|
D | test_util.cc | 25 int dilation_width_factor, int dilation_height_factor, in ComputeConvSizes() argument 33 int dilated_filter_height = dilation_height_factor * (filter_height - 1) + 1; in ComputeConvSizes()
|
D | test_util.h | 32 int dilation_width_factor, int dilation_height_factor,
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local 69 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConv()
|
D | depthwiseconv_uint8.h | 102 const int dilation_height_factor = params.dilation_height_factor; in Run() local 144 in_y_origin + dilation_height_factor * filter_y; in Run()
|
D | legacy_reference_ops.h | 43 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 56 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv() 113 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 127 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv() 207 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument 219 op_params.dilation_height_factor = dilation_height_factor; in Conv() 233 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument 240 dilation_height_factor, pad_width, pad_height, output_activation_min, in Conv() 279 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument 293 op_params.dilation_height_factor = dilation_height_factor; in Conv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | conv.h | 36 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local 76 in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel()
|
D | depthwise_conv.h | 33 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local 75 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvPerChannel()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 24 `dilation_height_factor`. 62 dilation_height_factor:int = 1; 95 int dilation_height_factor; 118 params->dilation_height_factor = conv_params->dilation_height_factor(); 180 conv_op.dilation_height_factor != 1) {
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 75 int dilation_height_factor; member 100 int dilation_height_factor; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 142 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 155 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv() 212 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 226 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv() 463 int dilation_height_factor, int pad_width, int pad_height, in DilatedIm2col() argument 474 op_params.dilation_height_factor = dilation_height_factor; in DilatedIm2col() 494 op_params.dilation_height_factor = 1; in Im2col() 513 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument 525 op_params.dilation_height_factor = dilation_height_factor; in Conv() 563 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument [all …]
|
D | depthwiseconv_float.h | 908 const int dilation_height_factor = params.dilation_height_factor; 998 std::max(0, (-in_y_origin + dilation_height_factor - 1) / 999 dilation_height_factor); 1002 (input_height - in_y_origin + dilation_height_factor - 1) / 1003 dilation_height_factor); 1019 const int in_y = in_y_origin + dilation_height_factor * filter_y;
|
D | depthwiseconv_uint8.h | 1679 const int dilation_height_factor = params.dilation_height_factor; 1774 std::max(0, (-in_y_origin + dilation_height_factor - 1) / 1775 dilation_height_factor); 1778 (input_height - in_y_origin + dilation_height_factor - 1) / 1779 dilation_height_factor); 1795 const int in_y = in_y_origin + dilation_height_factor * filter_y; 1964 const int dilation_height_factor = params.dilation_height_factor; 1966 TFLITE_DCHECK_GE(dilation_height_factor, 1); 1989 dilation_width_factor, dilation_height_factor, pad_width, pad_height,
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | export_test.cc | 352 conv_op.dilation_height_factor != 1) { in GetVersion() 373 op.dilation_height_factor); in WriteOptions() 382 op->dilation_height_factor = options.dilation_h_factor(); in ReadOptions() 407 op->dilation_height_factor = 2; in AddConvOp() 410 op->dilation_height_factor = 1; in AddConvOp()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | depthwise_conv.cc | 110 op_params.dilation_height_factor = 1; in EvalFloat() 138 op_params.dilation_height_factor = 1; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | create_im2col_arrays.cc | 45 op->dilation_height_factor == 1) { in ProcessConvOperator()
|
D | convert_pure_conv_to_depthwise.cc | 40 (conv_op->dilation_height_factor != 1)) { in Run()
|
D | identify_dilated_conv.cc | 126 conv_op->dilation_height_factor = dilation_factor; in ResolveDilatedConv()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions_test.cc | 124 EXPECT_EQ(4, params->dilation_height_factor); in TEST_F()
|
D | flatbuffer_conversions.cc | 163 params->dilation_height_factor = conv_params->dilation_h_factor(); in ParseOpData() 222 params->dilation_height_factor = conv_params->dilation_h_factor(); in ParseOpData()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 301 op_params.dilation_height_factor = 1; in EvalFloat() 329 op_params.dilation_height_factor = 1; in EvalQuantized()
|