Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_per_channel_quantized_test.cc49 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local
80 in_y_origin + dilation_height_factor * filter_y; 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()
231 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local
251 dilation_width_factor, dilation_height_factor, in TryTestOneDepthwiseConv3x3Filter()
273 params.dilation_height_factor = dilation_height_factor; in TryTestOneDepthwiseConv3x3Filter()
305 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in TryTestOneDepthwiseConv3x3Filter()
Dconv_per_channel_quantized_16x8_test.cc48 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local
78 in_y_origin + dilation_height_factor * filter_y; in PickOutputMultiplier()
144 int dilation_height_factor, RuntimeShape* input_shape_inference, in GenerateValidShapeConfigurations() argument
165 *stride, dilation_width_factor, dilation_height_factor, padding_type, in GenerateValidShapeConfigurations()
190 const int dilation_height_factor = 1; in TryTestOneConvFilter() local
207 dilation_height_factor, &input_shape_inference, in TryTestOneConvFilter()
237 params.dilation_height_factor = dilation_height_factor; in TryTestOneConvFilter()
Ddepthwiseconv_per_channel_quantized_16x8_test.cc48 const int dilation_height_factor = params.dilation_height_factor; in PickOutputMultiplier() local
78 in_y_origin + dilation_height_factor * filter_y; 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()
189 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() local
206 dilation_width_factor, dilation_height_factor, in TryTestOneDepthwiseConv3x3Filter()
230 params.dilation_height_factor = dilation_height_factor; in TryTestOneDepthwiseConv3x3Filter()
Ddepthwiseconv_float_test.cc84 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local
111 dilation_height_factor, padding_type, in TryTestOneDepthwiseConv()
137 op_params.dilation_height_factor = dilation_height_factor; in TryTestOneDepthwiseConv()
Ddepthwiseconv_quantized_test.cc179 const int dilation_height_factor = params.dilation_height_factor; in DispatchDepthwiseConvImpl() local
185 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConvImpl()
385 const int dilation_height_factor = params.dilation_height_factor; in DispatchDepthwiseConvImpl() local
391 dilation_width_factor, dilation_height_factor, pad_width, in DispatchDepthwiseConvImpl()
638 op_params.dilation_height_factor = 1; in TestOneDepthwiseConvWithGivenOutputShift()
834 int dilation_width_factor, int dilation_height_factor, in TryTestDepthwiseConv() argument
884 dilation_height_factor, padding_type, in TryTestDepthwiseConv()
966 const int dilation_height_factor = RandomElement(std::vector<int>({1, 2, 4})); in TryTestOneDepthwiseConv() local
973 dilation_width_factor, dilation_height_factor, padding_type); in TryTestOneDepthwiseConv()
989 const int dilation_height_factor = 1; in TryTestOneDepthwiseConv3x3Filter() 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()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dconv.h34 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
65 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv()
113 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
148 const int in_y = in_y_origin + dilation_height_factor * filter_y; in Conv()
200 const int dilation_height_factor = params.dilation_height_factor; in HybridConvPerChannel() local
232 in_y_origin + dilation_height_factor * filter_y; in HybridConvPerChannel()
Ddepthwiseconv_uint8.h101 const int dilation_height_factor = params.dilation_height_factor; in Run() local
143 in_y_origin + dilation_height_factor * filter_y; in Run()
187 const int dilation_height_factor = params.dilation_height_factor; in RunPerChannel() local
230 in_y_origin + dilation_height_factor * filter_y; in RunPerChannel()
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()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Ddepthwise_conv.h34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local
74 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvPerChannel()
133 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local
171 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvPerChannel()
218 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridPerChannel() local
255 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvHybridPerChannel()
Dconv.h36 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
72 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel()
140 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
175 const int in_y = in_y_origin + dilation_height_factor * filter_y; in ConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h57 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridGeneral() local
176 std::max(0, (-in_y_origin + dilation_height_factor - 1) / in DepthwiseConvHybridGeneral()
177 dilation_height_factor); in DepthwiseConvHybridGeneral()
180 (input_height - in_y_origin + dilation_height_factor - 1) / in DepthwiseConvHybridGeneral()
181 dilation_height_factor); in DepthwiseConvHybridGeneral()
195 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvHybridGeneral()
270 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvHybridWithRounding() local
272 TFLITE_DCHECK_GE(dilation_height_factor, 1); in DepthwiseConvHybridWithRounding()
295 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in DepthwiseConvHybridWithRounding()
Dconv.h43 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local
58 dilation_width_factor != 1 || dilation_height_factor != 1; in ConvPerChannel()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dconv_common.cc52 op_params.dilation_height_factor = params.dilation_height_factor; in ConvParamsFloat()
71 op_params.dilation_height_factor = params.dilation_height_factor; in ConvParamsQuantized()
92 params.stride_height, params.stride_width, params.dilation_height_factor, in CalculateOpDataConv()
Ddepthwise_conv_test.cc261 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
301 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
348 conv_params.dilation_height_factor = 2; in TF_LITE_MICRO_TEST()
374 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
412 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
455 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
497 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
540 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
581 conv_params.dilation_height_factor = 1; in TF_LITE_MICRO_TEST()
625 conv_params.dilation_height_factor = 2; in TF_LITE_MICRO_TEST()
[all …]
Ddepthwise_conv.cc184 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
213 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
251 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/
Ddepthwise_conv.cc47 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConvPerChannel() local
92 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DepthwiseConvPerChannel()
169 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local
215 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DepthwiseConv()
416 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
454 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc170 params->dilation_height_factor, params->dilation_width_factor, height, in Prepare()
310 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
349 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
390 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
431 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel16x8()
491 op_params.dilation_height_factor = params->dilation_height_factor; in EvalHybridPerChannel()
Dconv.cc172 params->dilation_width_factor != 1 || params->dilation_height_factor != 1; in IsIm2ColRequired()
395 (params->dilation_height_factor == 1) && in Prepare()
415 params->dilation_height_factor, params->dilation_width_factor, height, in Prepare()
617 params->dilation_height_factor != 1)) { in EvalQuantized()
632 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
679 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
726 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel16x8()
772 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
875 op_params.dilation_height_factor = 1; in EvalHybridPerChannel()
969 op_params.dilation_height_factor = params->dilation_height_factor; in EvalHybrid()
Dconv_test.cc58 int dilation_width_factor = 1, int dilation_height_factor = 1, in BaseConvolutionOpModel() argument
117 dilation_width_factor, dilation_height_factor)
815 const int dilation_height_factor = 3; in TEST_P() local
824 dilation_height_factor); in TEST_P()
1029 const int dilation_height_factor = 3; in TEST_P() local
1043 dilation_height_factor); in TEST_P()
1303 const int dilation_height_factor = 1; in TEST_P() local
1310 dilation_height_factor); in TEST_P()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Ddepthwise_conv.cc227 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
250 dw_conv_params.dilation.h = params->dilation_height_factor; in EvalQuantizedPerChannel()
334 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
373 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
385 1 == op_params.dilation_height_factor) { in EvalQuantized()
402 op_params.dilation_width_factor, op_params.dilation_height_factor, in EvalQuantized()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h87 int dilation_height_factor; member
96 int dilation_height_factor; member
132 int dilation_height_factor; member
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dconv.cc104 (params->dilation_height_factor == 1) && in IsMliApplicable()
124 params->dilation_height_factor, params->dilation_width_factor, height, in CalculateOpData()
285 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
451 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
490 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
Ddepthwise_conv.cc94 (params->dilation_height_factor == 1) && in IsMliApplicable()
277 op_params.dilation_height_factor = params->dilation_height_factor; in EvalFloat()
462 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantizedPerChannel()
504 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h125 const int dilation_height_factor = params.dilation_height_factor; in DilatedIm2col() local
136 TFLITE_DCHECK(dilation_width_factor != 1 || dilation_height_factor != 1); in DilatedIm2col()
170 const int in_y = in_y_origin + dilation_height_factor * filter_y; in DilatedIm2col()

123