Home
last modified time | relevance | path

Searched refs:dilation_width_factor (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc146 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()
Dconv.cc159 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()
Dconv_test.cc50 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/
Ddepthwiseconv_float_test.cc80 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()
Ddepthwiseconv_quantized_test.cc122 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 …]
Dtest_util.cc25 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()
Dtest_util.h32 int dilation_width_factor, int dilation_height_factor,
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h33 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()
Ddepthwiseconv_uint8.h101 const int dilation_width_factor = params.dilation_width_factor; in Run() local
142 in_x_origin + dilation_width_factor * filter_x; in Run()
Dlegacy_reference_ops.h43 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/
Dconv.h35 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()
Ddepthwise_conv.h32 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/
Dops_version.md23 * 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/
Dbuiltin_op_data.h74 int dilation_width_factor; member
99 int dilation_width_factor; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h142 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 …]
Ddepthwiseconv_uint8.h1678 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/
Dexport_test.cc351 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/
Ddepthwise_conv.cc109 op_params.dilation_width_factor = 1; in EvalFloat()
137 op_params.dilation_width_factor = 1; in EvalQuantized()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dcreate_im2col_arrays.cc44 op->stride_height == 1 && op->dilation_width_factor == 1 && in ProcessConvOperator()
Dconvert_pure_conv_to_depthwise.cc39 if ((conv_op->dilation_width_factor != 1) || in Run()
Didentify_dilated_conv.cc125 conv_op->dilation_width_factor = dilation_factor; in ResolveDilatedConv()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions_test.cc123 EXPECT_EQ(3, params->dilation_width_factor); in TEST_F()
Dflatbuffer_conversions.cc162 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/
Ddepthwise_conv.cc300 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/
Doptimized_ops.h1946 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 …]

12