/external/tensorflow/tensorflow/lite/kernels/ |
D | depthwise_conv.cc | 146 params->dilation_width_factor); in Prepare() 155 ComputePadding(params->stride_width, params->dilation_width_factor, width, in Prepare() 213 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 250 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 278 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel()
|
D | conv.cc | 159 params->dilation_width_factor != 1 || in AllocateTemporaryTensorsIfRequired() 291 params->dilation_width_factor); in Prepare() 300 ComputePadding(params->stride_width, params->dilation_width_factor, width, in Prepare() 434 (params->dilation_width_factor != 1 || in EvalQuantized() 451 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 478 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized() 508 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantizedPerChannel() 531 (params->dilation_width_factor != 1 || in EvalFloat() 545 op_params.dilation_width_factor = params->dilation_width_factor; in EvalFloat() 646 op_params.dilation_width_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() 542 const int dilation_width_factor = 3; in TEST_P() local 551 ActivationFunctionType_NONE, dilation_width_factor, in TEST_P() 731 const int dilation_width_factor = 3; in TEST_P() local 745 ActivationFunctionType_NONE, dilation_width_factor, in TEST_P()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_float_test.cc | 80 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 107 filter_height, stride, dilation_width_factor, in TryTestOneDepthwiseConv() 133 op_params.dilation_width_factor = dilation_width_factor; in TryTestOneDepthwiseConv()
|
D | depthwiseconv_quantized_test.cc | 122 const int dilation_width_factor = params.dilation_width_factor; in DispatchDepthwiseConv() local 129 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConv() 308 op_params.dilation_width_factor = 1; in TestOneDepthwiseConvWithGivenOutputShift() 493 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() argument 525 filter_height, stride, dilation_width_factor, in TryTestDepthwiseConv() 569 const int dilation_width_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local 577 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv() 592 const int dilation_width_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local 619 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv3x3Filter() 647 const int dilation_width_factor = 1; in TryTestOneNeonDot3x3() 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()
|
D | test_util.h | 32 int dilation_width_factor, int dilation_height_factor,
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
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()
|
D | depthwiseconv_uint8.h | 101 const int dilation_width_factor = params.dilation_width_factor; in Run() local 142 in_x_origin + dilation_width_factor * filter_x; in Run()
|
D | legacy_reference_ops.h | 43 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 55 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv() 113 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 126 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv() 206 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument 218 op_params.dilation_width_factor = dilation_width_factor; in Conv() 232 int stride_height, int dilation_width_factor, in Conv() argument 239 stride_width, stride_height, dilation_width_factor, in Conv() 278 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument 292 op_params.dilation_width_factor = dilation_width_factor; in Conv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
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()
|
D | depthwise_conv.h | 32 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local 73 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 23 * 2 new integer parameters will be added: `dilation_width_factor` and 61 dilation_width_factor:int = 1; 94 int dilation_width_factor; 117 params->dilation_width_factor = conv_params->dilation_width_factor(); 179 if (conv_op.dilation_width_factor != 1 ||
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 74 int dilation_width_factor; member 99 int dilation_width_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 154 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv() 212 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument 225 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv() 462 int stride_height, int dilation_width_factor, in DilatedIm2col() argument 473 op_params.dilation_width_factor = dilation_width_factor; in DilatedIm2col() 493 op_params.dilation_width_factor = 1; in Im2col() 512 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument 524 op_params.dilation_width_factor = dilation_width_factor; in Conv() 562 int stride_height, int dilation_width_factor, in Conv() argument [all …]
|
D | depthwiseconv_uint8.h | 1678 const int dilation_width_factor = params.dilation_width_factor; 1797 stride_width, dilation_width_factor, input_depth, input_width, 1963 const int dilation_width_factor = params.dilation_width_factor; 1965 TFLITE_DCHECK_GE(dilation_width_factor, 1); 1989 dilation_width_factor, dilation_height_factor, pad_width, pad_height,
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | export_test.cc | 351 if (conv_op.dilation_width_factor != 1 || in GetVersion() 372 op.dilation_width_factor, in WriteOptions() 381 op->dilation_width_factor = options.dilation_w_factor(); in ReadOptions() 406 op->dilation_width_factor = 2; in AddConvOp() 409 op->dilation_width_factor = 1; in AddConvOp()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | depthwise_conv.cc | 109 op_params.dilation_width_factor = 1; in EvalFloat() 137 op_params.dilation_width_factor = 1; in EvalQuantized()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | create_im2col_arrays.cc | 44 op->stride_height == 1 && op->dilation_width_factor == 1 && in ProcessConvOperator()
|
D | convert_pure_conv_to_depthwise.cc | 39 if ((conv_op->dilation_width_factor != 1) || in Run()
|
D | identify_dilated_conv.cc | 125 conv_op->dilation_width_factor = dilation_factor; in ResolveDilatedConv()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions_test.cc | 123 EXPECT_EQ(3, params->dilation_width_factor); in TEST_F()
|
D | flatbuffer_conversions.cc | 162 params->dilation_width_factor = conv_params->dilation_w_factor(); in ParseOpData() 221 params->dilation_width_factor = conv_params->dilation_w_factor(); in ParseOpData()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 300 op_params.dilation_width_factor = 1; in EvalFloat() 328 op_params.dilation_width_factor = 1; in EvalQuantized()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1946 const int dilation_width_factor = params.dilation_width_factor; in DilatedIm2col() local 1958 TFLITE_DCHECK(dilation_width_factor != 1 || dilation_height_factor != 1); in DilatedIm2col() 1995 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DilatedIm2col() 2027 int stride_height, int dilation_width_factor, in DilatedIm2col() argument 2038 op_params.dilation_width_factor = dilation_width_factor; in DilatedIm2col() 2095 op_params.dilation_width_factor = 1; in Im2col() 2119 const int dilation_width_factor = params.dilation_width_factor; in Conv() local 2138 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv() 2179 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument 2191 op_params.dilation_width_factor = dilation_width_factor; in Conv() [all …]
|