/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | depthwise_conv.h | 33 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 D | conv.h | 35 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 D | conv.h | 33 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 D | depthwiseconv_uint8.h | 100 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 D | depthwiseconv_float.h | 33 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 D | legacy_reference_ops.h | 46 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 D | conv_common.cc | 51 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 D | depthwise_conv_common.cc | 52 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 D | transpose_conv.cc | 81 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 D | conv.h | 42 const int dilation_width_factor = params.dilation_width_factor; in ConvPerChannel() local 58 dilation_width_factor != 1 || dilation_height_factor != 1; in ConvPerChannel()
|
A D | depthwise_conv_hybrid.h | 56 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 D | depthwise_conv.h | 1627 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 D | builtin_op_data.h | 85 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 D | conv.cc | 112 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 D | depthwise_conv.cc | 161 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 D | im2col_utils.h | 124 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 D | depthwiseconv_3x3_filter_common.h | 266 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 D | legacy_optimized_ops.h | 153 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 D | depthwiseconv_uint8.h | 1719 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 D | depthwiseconv_float.h | 916 const int dilation_width_factor = params.dilation_width_factor; 1059 stride_width, dilation_width_factor, input_depth, input_width,
|
A D | optimized_ops.h | 1244 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 D | depthwiseconv_uint8_3x3_filter.h | 12877 TFLITE_DCHECK_EQ(params.dilation_width_factor, 1);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | test_util.h | 32 int dilation_width_factor, int dilation_height_factor,
|
A D | types.h | 858 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 D | flatbuffer_conversions.cc | 775 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()
|