/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | depthwise_conv.h | 34 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 D | conv.h | 36 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 D | conv.h | 34 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 D | depthwiseconv_uint8.h | 101 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 D | depthwiseconv_float.h | 34 const int dilation_height_factor = params.dilation_height_factor; in DepthwiseConv() local 69 in_y_origin + dilation_height_factor * filter_y; in DepthwiseConv()
|
A D | legacy_reference_ops.h | 46 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 D | depthwise_conv_hybrid.h | 57 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 D | conv.h | 43 const int dilation_height_factor = params.dilation_height_factor; in ConvPerChannel() local 58 dilation_width_factor != 1 || dilation_height_factor != 1; in ConvPerChannel()
|
A D | depthwise_conv.h | 1628 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 D | conv_common.cc | 52 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 D | depthwise_conv_common.cc | 53 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 D | transpose_conv.cc | 81 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 D | builtin_op_data.h | 86 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 D | conv.cc | 111 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 D | depthwise_conv.cc | 160 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 D | depthwiseconv_float.h | 917 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 D | im2col_utils.h | 125 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 D | depthwiseconv_3x3_filter_common.h | 267 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 D | depthwiseconv_uint8.h | 1720 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 D | legacy_optimized_ops.h | 154 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 D | optimized_ops.h | 1245 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 D | depthwiseconv_uint8_3x3_filter.h | 12878 TFLITE_DCHECK_EQ(params.dilation_height_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 | 859 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 D | flatbuffer_conversions.cc | 774 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()
|