Home
last modified time | relevance | path

Searched refs:dilation_height_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.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()
A 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()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A 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()
A 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()
A 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()
A Dlegacy_reference_ops.h46 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument
59 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv()
116 int dilation_width_factor, int dilation_height_factor, in DepthwiseConv() argument
130 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv()
210 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument
222 op_params.dilation_height_factor = dilation_height_factor; in Conv()
236 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument
243 dilation_height_factor, pad_width, pad_height, output_activation_min, in Conv()
282 int dilation_height_factor, int pad_width, int pad_height, in Conv() argument
296 op_params.dilation_height_factor = dilation_height_factor; in Conv()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A 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()
A 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()
A Ddepthwise_conv.h1628 const int dilation_height_factor = params.dilation_height_factor;
1745 std::max(0, (-in_y_origin + dilation_height_factor - 1) /
1746 dilation_height_factor);
1749 (input_height - in_y_origin + dilation_height_factor - 1) /
1750 dilation_height_factor);
1766 const int in_y = in_y_origin + dilation_height_factor * filter_y;
1805 const int dilation_height_factor = params.dilation_height_factor;
1807 TFLITE_DCHECK_GE(dilation_height_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/micro/kernels/
A 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()
A Ddepthwise_conv_common.cc53 op_params.dilation_height_factor = params.dilation_height_factor; in DepthwiseConvParamsFloat()
73 op_params.dilation_height_factor = params.dilation_height_factor; in DepthwiseConvParamsQuantized()
94 params.stride_height, params.stride_width, params.dilation_height_factor, in CalculateOpDataDepthwiseConv()
A Dtranspose_conv.cc81 params->dilation_height_factor, params->dilation_width_factor, height, in CalculateOpData()
189 data->params.dilation_height_factor = params->dilation_height_factor; in Prepare()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dbuiltin_op_data.h86 int dilation_height_factor; member
95 int dilation_height_factor; member
131 int dilation_height_factor; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/
A Dconv.cc111 conv_params.dilation.h = params.dilation_height_factor; in Prepare()
137 conv_params.dilation.h = params.dilation_height_factor; in EvalQuantizedPerChannel()
263 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
A Ddepthwise_conv.cc160 dw_conv_params.dilation.h = params.dilation_height_factor; in EvalQuantizedPerChannel()
270 op_params.dilation_height_factor = params->dilation_height_factor; in EvalQuantized()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_float.h917 const int dilation_height_factor = params.dilation_height_factor;
1036 std::max(0, (-in_y_origin + dilation_height_factor - 1) /
1037 dilation_height_factor);
1040 (input_height - in_y_origin + dilation_height_factor - 1) /
1041 dilation_height_factor);
1057 const int in_y = in_y_origin + dilation_height_factor * filter_y;
A 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()
A Ddepthwiseconv_3x3_filter_common.h267 params.dilation_height_factor == 1 &&
442 int32 dilation_height_factor, int32 pad_width, int32 pad_height,
460 dilation_width_factor == 1 && dilation_height_factor == 1;
A Ddepthwiseconv_uint8.h1720 const int dilation_height_factor = params.dilation_height_factor;
1855 std::max(0, (-in_y_origin + dilation_height_factor - 1) /
1856 dilation_height_factor);
1859 (input_height - in_y_origin + dilation_height_factor - 1) /
1860 dilation_height_factor);
1876 const int in_y = in_y_origin + dilation_height_factor * filter_y;
2047 const int dilation_height_factor = params.dilation_height_factor;
2049 TFLITE_DCHECK_GE(dilation_height_factor, 1);
2094 dilation_width_factor, dilation_height_factor, pad_width, pad_height,
A Dlegacy_optimized_ops.h154 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv()
223 const int dilation_height_factor = params.dilation_height_factor; in LegacyDepthwiseConvWithRounding() local
225 TFLITE_DCHECK_GE(dilation_height_factor, 1); in LegacyDepthwiseConvWithRounding()
298 op_params.dilation_height_factor = dilation_height_factor; in DepthwiseConv()
2386 op_params.dilation_height_factor = dilation_height_factor; in DilatedIm2col()
2406 op_params.dilation_height_factor = 1; in Im2col()
2430 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
2448 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv()
2540 op_params.dilation_height_factor = dilation_height_factor; in Conv()
2632 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
[all …]
A Doptimized_ops.h1245 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
1261 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv()
1344 const int dilation_height_factor = params.dilation_height_factor; in HybridConv() local
1359 dilation_width_factor != 1 || dilation_height_factor != 1; in HybridConv()
1437 const int dilation_height_factor = params.dilation_height_factor; in HybridConvPerChannel() local
1447 dilation_width_factor != 1 || dilation_height_factor != 1; in HybridConvPerChannel()
1545 const int dilation_height_factor = params.dilation_height_factor; in Conv() local
1562 dilation_width_factor != 1 || dilation_height_factor != 1; in Conv()
8102 const int dilation_height_factor = params.dilation_height; in Conv3D() local
8120 dilation_height_factor != 1 || in Conv3D()
A Ddepthwiseconv_uint8_3x3_filter.h12878 TFLITE_DCHECK_EQ(params.dilation_height_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.h859 int16_t dilation_height_factor; member
898 int16_t dilation_height_factor; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dflatbuffer_conversions.cc774 params->dilation_height_factor = conv3d_params->dilation_h_factor(); in ParseOpDataTfLite()
1094 params->dilation_height_factor = schema_params->dilation_h_factor(); in ParseConv2D()
1181 params->dilation_height_factor = schema_params->dilation_h_factor(); in ParseDepthwiseConv2D()

Completed in 103 milliseconds