Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Ddepthwise_conv.h33 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local
72 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel()
132 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvPerChannel() local
169 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvPerChannel()
217 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridPerChannel() local
253 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DepthwiseConvHybridPerChannel()
A 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()
139 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local
177 const int in_x = in_x_origin + dilation_width_factor * filter_x; in ConvPerChannel()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dconv.h33 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
67 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv()
112 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
150 const int in_x = in_x_origin + dilation_width_factor * filter_x; in Conv()
199 const int dilation_width_factor = params.dilation_width_factor; in HybridConvPerChannel() local
230 const int in_x = in_x_origin + dilation_width_factor * filter_x; in HybridConvPerChannel()
A Ddepthwiseconv_uint8.h100 const int dilation_width_factor = params.dilation_width_factor; in Run() local
141 in_x_origin + dilation_width_factor * filter_x; in Run()
186 const int dilation_width_factor = params.dilation_width_factor; in RunPerChannel() local
228 in_x_origin + dilation_width_factor * filter_x; in RunPerChannel()
A 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()
A Dlegacy_reference_ops.h46 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument
58 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv()
116 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument
129 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv()
209 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument
221 op_params.dilation_width_factor = dilation_width_factor; in Conv()
235 int stride_height, int dilation_width_factor, in Conv() argument
242 stride_width, stride_height, dilation_width_factor, in Conv()
281 int stride_width, int stride_height, int dilation_width_factor, in Conv() argument
295 op_params.dilation_width_factor = dilation_width_factor; in Conv()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dconv_common.cc51 op_params.dilation_width_factor = params.dilation_width_factor; in ConvParamsFloat()
72 op_params.dilation_width_factor = params.dilation_width_factor; in ConvParamsQuantized()
93 params.dilation_width_factor, height, width, filter_height, filter_width, in CalculateOpDataConv()
A Ddepthwise_conv_common.cc52 op_params.dilation_width_factor = params.dilation_width_factor; in DepthwiseConvParamsFloat()
74 op_params.dilation_width_factor = params.dilation_width_factor; in DepthwiseConvParamsQuantized()
95 params.dilation_width_factor, height, width, filter_height, filter_width, in CalculateOpDataDepthwiseConv()
A Dtranspose_conv.cc81 params->dilation_height_factor, params->dilation_width_factor, height, in CalculateOpData()
188 data->params.dilation_width_factor = params->dilation_width_factor; in Prepare()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dconv.h42 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local
58 dilation_width_factor != 1 || dilation_height_factor != 1; in ConvPerChannel()
A Ddepthwise_conv_hybrid.h56 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridGeneral() local
197 stride_width, dilation_width_factor, input_depth, input_width, in DepthwiseConvHybridGeneral()
269 const int dilation_width_factor = params.dilation_width_factor; in DepthwiseConvHybridWithRounding() local
271 TFLITE_DCHECK_GE(dilation_width_factor, 1); in DepthwiseConvHybridWithRounding()
295 dilation_width_factor, dilation_height_factor, pad_width, pad_height, in DepthwiseConvHybridWithRounding()
A Ddepthwise_conv.h1627 const int dilation_width_factor = params.dilation_width_factor;
1768 stride_width, dilation_width_factor, input_depth, input_width,
1804 const int dilation_width_factor = params.dilation_width_factor;
1806 TFLITE_DCHECK_GE(dilation_width_factor, 1);
1859 dilation_width_factor, dilation_height_factor, pad_width, pad_height,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dbuiltin_op_data.h85 int dilation_width_factor; member
94 int dilation_width_factor; member
130 int dilation_width_factor; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/
A Dconv.cc112 conv_params.dilation.w = params.dilation_width_factor; in Prepare()
138 conv_params.dilation.w = params.dilation_width_factor; in EvalQuantizedPerChannel()
262 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized()
A Ddepthwise_conv.cc161 dw_conv_params.dilation.w = params.dilation_width_factor; in EvalQuantizedPerChannel()
269 op_params.dilation_width_factor = params->dilation_width_factor; in EvalQuantized()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dim2col_utils.h124 const int dilation_width_factor = params.dilation_width_factor; in DilatedIm2col() local
136 TFLITE_DCHECK(dilation_width_factor != 1 || dilation_height_factor != 1); in DilatedIm2col()
175 const int in_x = in_x_origin + dilation_width_factor * filter_x; in DilatedIm2col()
A Ddepthwiseconv_3x3_filter_common.h266 params.dilation_width_factor == 1 &&
441 int32 stride_width, int32 stride_height, int32 dilation_width_factor,
460 dilation_width_factor == 1 && dilation_height_factor == 1;
A Dlegacy_optimized_ops.h153 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv()
222 const int dilation_width_factor = params.dilation_width_factor; in LegacyDepthwiseConvWithRounding() local
224 TFLITE_DCHECK_GE(dilation_width_factor, 1); in LegacyDepthwiseConvWithRounding()
297 op_params.dilation_width_factor = dilation_width_factor; in DepthwiseConv()
2385 op_params.dilation_width_factor = dilation_width_factor; in DilatedIm2col()
2405 op_params.dilation_width_factor = 1; in Im2col()
2429 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
2539 op_params.dilation_width_factor = dilation_width_factor; in Conv()
2580 int stride_height, int dilation_width_factor, in Conv() argument
2631 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
[all …]
A Ddepthwiseconv_uint8.h1719 const int dilation_width_factor = params.dilation_width_factor;
1878 stride_width, dilation_width_factor, input_depth, input_width,
2046 const int dilation_width_factor = params.dilation_width_factor;
2048 TFLITE_DCHECK_GE(dilation_width_factor, 1);
2094 dilation_width_factor, dilation_height_factor, pad_width, pad_height,
A Ddepthwiseconv_float.h916 const int dilation_width_factor = params.dilation_width_factor;
1059 stride_width, dilation_width_factor, input_depth, input_width,
A Doptimized_ops.h1244 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
1261 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv()
1343 const int dilation_width_factor = params.dilation_width_factor; in HybridConv() local
1359 dilation_width_factor != 1 || dilation_height_factor != 1; in HybridConv()
1436 const int dilation_width_factor = params.dilation_width_factor; in HybridConvPerChannel() local
1447 dilation_width_factor != 1 || dilation_height_factor != 1; in HybridConvPerChannel()
1544 const int dilation_width_factor = params.dilation_width_factor; in Conv() local
1562 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv()
8103 const int dilation_width_factor = params.dilation_width; in Conv3D() local
8119 const bool need_dilated_im2col = dilation_width_factor != 1 || in Conv3D()
A Ddepthwiseconv_uint8_3x3_filter.h12877 TFLITE_DCHECK_EQ(params.dilation_width_factor, 1);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtest_util.h32 int dilation_width_factor, int dilation_height_factor,
A Dtypes.h858 int16_t dilation_width_factor; member
897 int16_t dilation_width_factor; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dflatbuffer_conversions.cc775 params->dilation_width_factor = conv3d_params->dilation_w_factor(); in ParseOpDataTfLite()
1093 params->dilation_width_factor = schema_params->dilation_w_factor(); in ParseConv2D()
1180 params->dilation_width_factor = schema_params->dilation_w_factor(); in ParseDepthwiseConv2D()

Completed in 115 milliseconds