Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc149 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()
Dconv.cc160 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()
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()
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/
Ddepthwiseconv_float_test.cc81 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()
Ddepthwiseconv_quantized_test.cc123 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 …]
Dtest_util.cc25 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()
Dtest_util.h32 int dilation_width_factor, int dilation_height_factor,
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_float.h34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local
69 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConv()
Ddepthwiseconv_uint8.h102 const int dilation_height_factor = params.dilation_height_factor; in Run() local
144 in_y_origin + dilation_height_factor * filter_y; in Run()
Dlegacy_reference_ops.h43 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/
Dconv.h36 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
76 in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel()
Ddepthwise_conv.h33 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/
Dops_version.md24 `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/
Dbuiltin_op_data.h75 int dilation_height_factor; member
100 int dilation_height_factor; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h142 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 …]
Ddepthwiseconv_float.h908 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;
Ddepthwiseconv_uint8.h1679 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/
Dexport_test.cc352 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/
Ddepthwise_conv.cc110 op_params.dilation_height_factor = 1; in EvalFloat()
138 op_params.dilation_height_factor = 1; in EvalQuantized()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dcreate_im2col_arrays.cc45 op->dilation_height_factor == 1) { in ProcessConvOperator()
Dconvert_pure_conv_to_depthwise.cc40 (conv_op->dilation_height_factor != 1)) { in Run()
Didentify_dilated_conv.cc126 conv_op->dilation_height_factor = dilation_factor; in ResolveDilatedConv()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions_test.cc124 EXPECT_EQ(4, params->dilation_height_factor); in TEST_F()
Dflatbuffer_conversions.cc163 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/
Ddepthwise_conv.cc301 op_params.dilation_height_factor = 1; in EvalFloat()
329 op_params.dilation_height_factor = 1; in EvalQuantized()

12