/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_get_buffer_sizes_s4.c | 59 if (input_dims->c == output_dims->c && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s4_get_buffer_size() 60 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s4_get_buffer_size() 83 if (input_dims->c == output_dims->c && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s4_get_buffer_size_mve() 84 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s4_get_buffer_size_mve()
|
D | arm_depthwise_conv_get_buffer_sizes_s8.c | 74 if (input_dims->c == output_dims->c && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s8_get_buffer_size() 75 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s8_get_buffer_size() 97 if (input_dims->c == output_dims->c && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s8_get_buffer_size_dsp() 98 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s8_get_buffer_size_dsp() 118 if (input_dims->c == output_dims->c && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s8_get_buffer_size_mve() 119 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s8_get_buffer_size_mve()
|
D | arm_convolve_wrapper_s4.c | 63 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1)) in arm_convolve_wrapper_s4() 94 else if ((input_dims->h == 1) && conv_params->dilation.w == 1 && (filter_dims->h == 1) && in arm_convolve_wrapper_s4()
|
D | arm_depthwise_conv_wrapper_s4.c | 62 if (1 == dw_conv_params->ch_mult && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s4() 63 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s4()
|
D | arm_convolve_wrapper_s8.c | 63 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1) && in arm_convolve_wrapper_s8() 95 else if ((input_dims->h == 1) && conv_params->dilation.w == 1 && (filter_dims->h == 1) && in arm_convolve_wrapper_s8()
|
D | arm_convolve_get_buffer_sizes_s8.c | 136 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1)) in arm_convolve_wrapper_s8_get_buffer_size() 147 else if ((input_dims->h == 1) && (conv_params->dilation.w == 1) && (filter_dims->h == 1) && in arm_convolve_wrapper_s8_get_buffer_size() 166 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1)) in arm_convolve_wrapper_s8_get_buffer_size_mve() 177 else if ((input_dims->h == 1) && (conv_params->dilation.w == 1) && (filter_dims->h == 1) && in arm_convolve_wrapper_s8_get_buffer_size_mve()
|
D | arm_convolve_get_buffer_sizes_s4.c | 124 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1)) in arm_convolve_wrapper_s4_get_buffer_size() 150 (filter_dims->h == 1) && (conv_params->dilation.w == 1 && conv_params->dilation.h == 1)) in arm_convolve_wrapper_s4_get_buffer_size_mve() 161 else if ((input_dims->h == 1) && (conv_params->dilation.w == 1) && (filter_dims->h == 1) && in arm_convolve_wrapper_s4_get_buffer_size_mve()
|
D | arm_depthwise_conv_wrapper_s8.c | 62 if (1 == dw_conv_params->ch_mult && input_dims->n == 1 && dw_conv_params->dilation.w == 1 && in arm_depthwise_conv_wrapper_s8() 63 dw_conv_params->dilation.h == 1) in arm_depthwise_conv_wrapper_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1x1_s4_fast/ |
D | test_arm_convolve_1x1_s4_fast.c | 65 conv_params.dilation.w = KERNEL1X1_INT4_DILATION_X; in kernel1x1_arm_convolve_1x1_s4_fast() 66 conv_params.dilation.h = KERNEL1X1_INT4_DILATION_Y; in kernel1x1_arm_convolve_1x1_s4_fast() 139 conv_params.dilation.w = KERNEL1X1_INT4_2_DILATION_X; in kernel1x1_2_arm_convolve_1x1_s4_fast() 140 conv_params.dilation.h = KERNEL1X1_INT4_2_DILATION_Y; in kernel1x1_2_arm_convolve_1x1_s4_fast() 212 conv_params.dilation.w = KERNEL1X1_INT4_3_DILATION_X; in kernel1x1_3_arm_convolve_1x1_s4_fast() 213 conv_params.dilation.h = KERNEL1X1_INT4_3_DILATION_Y; in kernel1x1_3_arm_convolve_1x1_s4_fast() 293 conv_params.dilation.w = KERNEL1X1_STRIDE_X_INT4_DILATION_X; in kernel1x1_stride_x_arm_convolve_1x1_s4() 294 conv_params.dilation.h = KERNEL1X1_STRIDE_X_INT4_DILATION_Y; in kernel1x1_stride_x_arm_convolve_1x1_s4() 383 conv_params.dilation.w = KERNEL1X1_STRIDE_X_Y_INT4_DILATION_X; in kernel1x1_stride_x_y_arm_convolve_1x1_s4() 384 conv_params.dilation.h = KERNEL1X1_STRIDE_X_Y_INT4_DILATION_Y; in kernel1x1_stride_x_y_arm_convolve_1x1_s4() [all …]
|
/cmsis-nn-latest/Include/ |
D | arm_nn_types.h | 128 cmsis_nn_tile dilation; member 140 cmsis_nn_tile dilation; member 152 cmsis_nn_tile dilation; member
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s16/ |
D | test_arm_depthwise_conv_s16.c | 60 dw_conv_params.dilation.w = DW_INT16XINT8_DILATION_X; in dw_int16xint8_arm_depthwise_conv_s16() 61 dw_conv_params.dilation.h = DW_INT16XINT8_DILATION_Y; in dw_int16xint8_arm_depthwise_conv_s16() 157 dw_conv_params.dilation.w = DW_INT16XINT8_DILATION_DILATION_X; in dw_int16xint8_dilation_arm_depthwise_conv_s16() 158 dw_conv_params.dilation.h = DW_INT16XINT8_DILATION_DILATION_Y; in dw_int16xint8_dilation_arm_depthwise_conv_s16() 254 dw_conv_params.dilation.w = DW_INT16XINT8_MULT4_DILATION_X; in dw_int16xint8_mult4_arm_depthwise_conv_s16() 255 dw_conv_params.dilation.h = DW_INT16XINT8_MULT4_DILATION_Y; in dw_int16xint8_mult4_arm_depthwise_conv_s16() 340 dw_conv_params.dilation.w = DW_INT16XINT8_MULT4_DILATION_X; in arm_depthwise_conv_wrapper_s16_buffer() 341 dw_conv_params.dilation.h = DW_INT16XINT8_MULT4_DILATION_Y; in arm_depthwise_conv_wrapper_s16_buffer() 386 conv_params.dilation.w = DW_INT16XINT8_MULT4_DILATION_X; in buffer_size_mve_arm_depthwise_conv_s16() 387 conv_params.dilation.h = DW_INT16XINT8_MULT4_DILATION_Y; in buffer_size_mve_arm_depthwise_conv_s16() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_grouped_convolve_s8/ |
D | test_arm_grouped_convolve_s8.c | 64 conv_params.dilation.w = GROUPED_CONV_1_DILATION_X; in grouped_conv_arm_grouped_convolve_1_s8() 65 conv_params.dilation.h = GROUPED_CONV_1_DILATION_Y; in grouped_conv_arm_grouped_convolve_1_s8() 135 conv_params.dilation.w = GROUPED_CONV_2_DILATION_X; in grouped_conv_arm_grouped_convolve_2_s8() 136 conv_params.dilation.h = GROUPED_CONV_2_DILATION_Y; in grouped_conv_arm_grouped_convolve_2_s8() 206 conv_params.dilation.w = GROUPED_CONV_3_DILATION_X; in grouped_conv_arm_grouped_convolve_3_s8() 207 conv_params.dilation.h = GROUPED_CONV_3_DILATION_Y; in grouped_conv_arm_grouped_convolve_3_s8() 277 conv_params.dilation.w = GROUPED_CONV_4_DILATION_X; in grouped_conv_arm_grouped_convolve_4_s8() 278 conv_params.dilation.h = GROUPED_CONV_4_DILATION_Y; in grouped_conv_arm_grouped_convolve_4_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8/ |
D | test_arm_depthwise_conv_s8.c | 61 dw_conv_params.dilation.w = DEPTHWISE_2_DILATION_X; in depthwise_2_arm_depthwise_conv_s8() 62 dw_conv_params.dilation.h = DEPTHWISE_2_DILATION_Y; in depthwise_2_arm_depthwise_conv_s8() 157 dw_conv_params.dilation.w = DEPTHWISE_MULT_BATCHES_DILATION_X; in depthwise_mult_batches_arm_depthwise_conv_s8() 158 dw_conv_params.dilation.h = DEPTHWISE_MULT_BATCHES_DILATION_Y; in depthwise_mult_batches_arm_depthwise_conv_s8() 252 dw_conv_params.dilation.w = DEPTHWISE_NULL_BIAS_1_DILATION_X; in depthwise_null_bias_1_arm_depthwise_conv_s8() 253 dw_conv_params.dilation.h = DEPTHWISE_NULL_BIAS_1_DILATION_Y; in depthwise_null_bias_1_arm_depthwise_conv_s8() 348 dw_conv_params.dilation.w = DEPTHWISE_DILATION_DILATION_X; in depthwise_dilation_arm_depthwise_conv_s8() 349 dw_conv_params.dilation.h = DEPTHWISE_DILATION_DILATION_Y; in depthwise_dilation_arm_depthwise_conv_s8() 428 conv_params.dilation.w = DEPTHWISE_DILATION_DILATION_X; in buffer_size_mve_arm_depthwise_conv_s8() 429 conv_params.dilation.h = DEPTHWISE_DILATION_DILATION_Y; in buffer_size_mve_arm_depthwise_conv_s8() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/ |
D | test_arm_depthwise_conv_3x3_s8.c | 61 dw_conv_params.dilation.w = DEPTHWISE_KERNEL_3X3_DILATION_X; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8() 62 dw_conv_params.dilation.h = DEPTHWISE_KERNEL_3X3_DILATION_Y; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8() 163 dw_conv_params.dilation.w = DEPTHWISE_KERNEL_3X3_DILATION_X; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8() 164 dw_conv_params.dilation.h = DEPTHWISE_KERNEL_3X3_DILATION_Y; in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8() 264 dw_conv_params.dilation.w = DEPTHWISE_KERNEL_3X3_NULL_BIAS_DILATION_X; in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8() 265 dw_conv_params.dilation.h = DEPTHWISE_KERNEL_3X3_NULL_BIAS_DILATION_Y; in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8() 366 dw_conv_params.dilation.w = STRIDE2PAD1_DILATION_X; in stride2pad1_arm_depthwise_conv_3x3_s8() 367 dw_conv_params.dilation.h = STRIDE2PAD1_DILATION_Y; in stride2pad1_arm_depthwise_conv_3x3_s8() 458 conv_params.dilation.w = DEPTHWISE_KERNEL_3X3_NULL_BIAS_DILATION_X; in buffer_size_mve_arm_depthwise_conv_3x3_s8() 459 conv_params.dilation.h = DEPTHWISE_KERNEL_3X3_NULL_BIAS_DILATION_Y; in buffer_size_mve_arm_depthwise_conv_3x3_s8() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8_opt/ |
D | test_arm_depthwise_conv_s8_opt.c | 63 dw_conv_params.dilation.w = BASIC_DILATION_X; in basic_arm_depthwise_conv_s8_opt() 64 dw_conv_params.dilation.h = BASIC_DILATION_Y; in basic_arm_depthwise_conv_s8_opt() 165 dw_conv_params.dilation.w = DEPTHWISE_EQ_IN_OUT_CH_DILATION_X; in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt() 166 dw_conv_params.dilation.h = DEPTHWISE_EQ_IN_OUT_CH_DILATION_Y; in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt() 266 dw_conv_params.dilation.w = DEPTHWISE_SUB_BLOCK_DILATION_X; in depthwise_sub_block_arm_depthwise_conv_s8_opt() 267 dw_conv_params.dilation.h = DEPTHWISE_SUB_BLOCK_DILATION_Y; in depthwise_sub_block_arm_depthwise_conv_s8_opt() 368 dw_conv_params.dilation.w = DEPTHWISE_OUT_ACTIVATION_DILATION_X; in depthwise_out_activation_arm_depthwise_conv_s8_opt() 369 dw_conv_params.dilation.h = DEPTHWISE_OUT_ACTIVATION_DILATION_Y; in depthwise_out_activation_arm_depthwise_conv_s8_opt() 469 dw_conv_params.dilation.w = DEPTHWISE_NULL_BIAS_0_DILATION_X; in depthwise_null_bias_0_arm_depthwise_conv_s8_opt() 470 dw_conv_params.dilation.h = DEPTHWISE_NULL_BIAS_0_DILATION_Y; in depthwise_null_bias_0_arm_depthwise_conv_s8_opt() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s16/ |
D | test_arm_convolve_s16.c | 73 conv_params.dilation.w = INT16XINT8_DILATION_X; in int16xint8_arm_convolve_s16() 74 conv_params.dilation.h = INT16XINT8_DILATION_Y; in int16xint8_arm_convolve_s16() 163 conv_params.dilation.w = REQUANTIZE_S64_DILATION_X; in requantize_s64_arm_convolve_s16() 164 conv_params.dilation.h = REQUANTIZE_S64_DILATION_Y; in requantize_s64_arm_convolve_s16() 253 conv_params.dilation.w = INT16XINT8_DILATION_1_DILATION_X; in int16xint8_dilation_1_arm_convolve_s16() 254 conv_params.dilation.h = INT16XINT8_DILATION_1_DILATION_Y; in int16xint8_dilation_1_arm_convolve_s16() 343 conv_params.dilation.w = INT16XINT8_DILATION_2_DILATION_X; in int16xint8_dilation_2_arm_convolve_s16() 344 conv_params.dilation.h = INT16XINT8_DILATION_2_DILATION_Y; in int16xint8_dilation_2_arm_convolve_s16() 433 conv_params.dilation.w = INT16XINT8_DILATION_3_DILATION_X; in int16xint8_dilation_3_arm_convolve_s16() 434 conv_params.dilation.h = INT16XINT8_DILATION_3_DILATION_Y; in int16xint8_dilation_3_arm_convolve_s16() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s8/ |
D | test_arm_convolve_s8.c | 73 conv_params.dilation.w = BASIC_DILATION_X; in basic_arm_convolve_s8() 74 conv_params.dilation.h = BASIC_DILATION_Y; in basic_arm_convolve_s8() 168 conv_params.dilation.w = STRIDE2PAD1_DILATION_X; in stride2pad1_arm_convolve_s8() 169 conv_params.dilation.h = STRIDE2PAD1_DILATION_Y; in stride2pad1_arm_convolve_s8() 262 conv_params.dilation.w = CONV_2_DILATION_X; in conv_2_arm_convolve_s8() 263 conv_params.dilation.h = CONV_2_DILATION_Y; in conv_2_arm_convolve_s8() 356 conv_params.dilation.w = CONV_3_DILATION_X; in conv_3_arm_convolve_s8() 357 conv_params.dilation.h = CONV_3_DILATION_Y; in conv_3_arm_convolve_s8() 450 conv_params.dilation.w = CONV_4_DILATION_X; in conv_4_arm_convolve_s8() 451 conv_params.dilation.h = CONV_4_DILATION_Y; in conv_4_arm_convolve_s8() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_fast_s16/ |
D | test_arm_depthwise_conv_fast_s16.c | 67 dw_conv_params.dilation.w = DW_INT16XINT8_FAST_DILATION_X; in dw_int16xint8_fast_arm_depthwise_conv_fast_s16() 68 dw_conv_params.dilation.h = DW_INT16XINT8_FAST_DILATION_Y; in dw_int16xint8_fast_arm_depthwise_conv_fast_s16() 164 dw_conv_params.dilation.w = DW_INT16XINT8_FAST_SPILL_DILATION_X; in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16() 165 dw_conv_params.dilation.h = DW_INT16XINT8_FAST_SPILL_DILATION_Y; in dw_int16xint8_fast_spill_arm_depthwise_conv_fast_s16() 260 dw_conv_params.dilation.w = DW_INT16XINT8_FAST_STRIDE_DILATION_X; in dw_int16xint8_fast_stride_arm_depthwise_conv_fast_s16() 261 dw_conv_params.dilation.h = DW_INT16XINT8_FAST_STRIDE_DILATION_Y; in dw_int16xint8_fast_stride_arm_depthwise_conv_fast_s16() 357 dw_conv_params.dilation.w = DW_INT16XINT8_FAST_NULL_BIAS_DILATION_X; in dw_int16xint8_fast_null_bias_arm_depthwise_conv_fast_s16() 358 dw_conv_params.dilation.h = DW_INT16XINT8_FAST_NULL_BIAS_DILATION_Y; in dw_int16xint8_fast_null_bias_arm_depthwise_conv_fast_s16() 454 dw_conv_params.dilation.w = DW_INT16XINT8_FAST_STRIDE_NULL_BIAS_DILATION_X; in dw_int16xint8_fast_stride_null_bias_arm_depthwise_conv_fast_s16() 455 dw_conv_params.dilation.h = DW_INT16XINT8_FAST_STRIDE_NULL_BIAS_DILATION_Y; in dw_int16xint8_fast_stride_null_bias_arm_depthwise_conv_fast_s16() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_1_x_n_s8/ |
D | test_arm_convolve_1_x_n_s8.c | 69 conv_params.dilation.w = CONV_1_X_N_1_DILATION_X; in conv_1_x_n_1_arm_convolve_s8() 70 conv_params.dilation.h = CONV_1_X_N_1_DILATION_Y; in conv_1_x_n_1_arm_convolve_s8() 161 conv_params.dilation.w = CONV_1_X_N_2_DILATION_X; in conv_1_x_n_2_arm_convolve_s8() 162 conv_params.dilation.h = CONV_1_X_N_2_DILATION_Y; in conv_1_x_n_2_arm_convolve_s8() 251 conv_params.dilation.w = CONV_1_X_N_3_DILATION_X; in conv_1_x_n_3_arm_convolve_s8() 252 conv_params.dilation.h = CONV_1_X_N_3_DILATION_Y; in conv_1_x_n_3_arm_convolve_s8() 343 conv_params.dilation.w = CONV_1_X_N_4_DILATION_X; in conv_1_x_n_4_arm_convolve_s8() 344 conv_params.dilation.h = CONV_1_X_N_4_DILATION_Y; in conv_1_x_n_4_arm_convolve_s8() 435 conv_params.dilation.w = CONV_1_X_N_5_DILATION_X; in conv_1_x_n_5_arm_convolve_s8() 436 conv_params.dilation.h = CONV_1_X_N_5_DILATION_Y; in conv_1_x_n_5_arm_convolve_s8() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_convolve_s4/ |
D | test_arm_convolve_s4.c | 78 conv_params.dilation.w = BASIC_INT4_DILATION_X; in basic_arm_convolve_s4() 79 conv_params.dilation.h = BASIC_INT4_DILATION_Y; in basic_arm_convolve_s4() 172 conv_params.dilation.w = BASIC_2_INT4_DILATION_X; in basic_2_arm_convolve_s4() 173 conv_params.dilation.h = BASIC_2_INT4_DILATION_Y; in basic_2_arm_convolve_s4() 266 conv_params.dilation.w = STRIDE2PAD1_INT4_DILATION_X; in stride2pad1_arm_convolve_s4() 267 conv_params.dilation.h = STRIDE2PAD1_INT4_DILATION_Y; in stride2pad1_arm_convolve_s4() 359 conv_params.dilation.w = CONV_2_INT4_DILATION_X; in conv_2_arm_convolve_s4() 360 conv_params.dilation.h = CONV_2_INT4_DILATION_Y; in conv_2_arm_convolve_s4() 452 conv_params.dilation.w = CONV_3_INT4_DILATION_X; in conv_3_arm_convolve_s4() 453 conv_params.dilation.h = CONV_3_INT4_DILATION_Y; in conv_3_arm_convolve_s4() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4/ |
D | test_arm_depthwise_conv_s4.c | 63 dw_conv_params.dilation.w = DEPTHWISE_INT4_GENERIC_DILATION_X; in depthwise_int4_generic_arm_depthwise_conv_s4() 64 dw_conv_params.dilation.h = DEPTHWISE_INT4_GENERIC_DILATION_Y; in depthwise_int4_generic_arm_depthwise_conv_s4() 156 dw_conv_params.dilation.w = DEPTHWISE_INT4_GENERIC_2_DILATION_X; in depthwise_int4_generic_2_arm_depthwise_conv_s4() 157 dw_conv_params.dilation.h = DEPTHWISE_INT4_GENERIC_2_DILATION_Y; in depthwise_int4_generic_2_arm_depthwise_conv_s4() 249 dw_conv_params.dilation.w = DEPTHWISE_INT4_GENERIC_3_DILATION_X; in depthwise_int4_generic_3_arm_depthwise_conv_s4() 250 dw_conv_params.dilation.h = DEPTHWISE_INT4_GENERIC_3_DILATION_Y; in depthwise_int4_generic_3_arm_depthwise_conv_s4() 342 dw_conv_params.dilation.w = DEPTHWISE_INT4_GENERIC_4_DILATION_X; in depthwise_int4_generic_4_arm_depthwise_conv_s4() 343 dw_conv_params.dilation.h = DEPTHWISE_INT4_GENERIC_4_DILATION_Y; in depthwise_int4_generic_4_arm_depthwise_conv_s4() 435 dw_conv_params.dilation.w = DEPTHWISE_INT4_GENERIC_5_DILATION_X; in depthwise_int4_generic_5_arm_depthwise_conv_s4() 436 dw_conv_params.dilation.h = DEPTHWISE_INT4_GENERIC_5_DILATION_Y; in depthwise_int4_generic_5_arm_depthwise_conv_s4() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_transpose_conv_s8/ |
D | test_arm_transpose_conv_s8.c | 70 transpose_conv_params.dilation.w = TRANSPOSE_CONV_1_DILATION_X; in transpose_conv_1_arm_transpose_conv_s8() 71 transpose_conv_params.dilation.h = TRANSPOSE_CONV_1_DILATION_Y; in transpose_conv_1_arm_transpose_conv_s8() 156 transpose_conv_params.dilation.w = TRANSPOSE_CONV_2_DILATION_X; in transpose_conv_2_arm_transpose_conv_s8() 157 transpose_conv_params.dilation.h = TRANSPOSE_CONV_2_DILATION_Y; in transpose_conv_2_arm_transpose_conv_s8() 241 transpose_conv_params.dilation.w = TRANSPOSE_CONV_3_DILATION_X; in transpose_conv_3_arm_transpose_conv_s8() 242 transpose_conv_params.dilation.h = TRANSPOSE_CONV_3_DILATION_Y; in transpose_conv_3_arm_transpose_conv_s8() 326 transpose_conv_params.dilation.w = TRANSPOSE_CONV_4_DILATION_X; in transpose_conv_4_arm_transpose_conv_s8() 327 transpose_conv_params.dilation.h = TRANSPOSE_CONV_4_DILATION_Y; in transpose_conv_4_arm_transpose_conv_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/ |
D | test_arm_ds_cnn_s_s8.c | 53 conv_params.dilation.h = CONV_2D_1_DILATION_H; in ds_cnn_s_s8_get_buffer_size() 54 conv_params.dilation.w = CONV_2D_1_DILATION_W; in ds_cnn_s_s8_get_buffer_size() 79 dw_conv_params.dilation.h = DEPTHWISE_CONV_2D_2_DILATION_H; in ds_cnn_s_s8_get_buffer_size() 80 dw_conv_params.dilation.w = DEPTHWISE_CONV_2D_2_DILATION_W; in ds_cnn_s_s8_get_buffer_size() 137 conv_params.dilation.h = CONV_2D_1_DILATION_H; in ds_cnn_s_s8_inference() 138 conv_params.dilation.w = CONV_2D_1_DILATION_W; in ds_cnn_s_s8_inference() 182 dw_conv_params.dilation.h = DEPTHWISE_CONV_2D_2_DILATION_H; in ds_cnn_s_s8_inference() 183 dw_conv_params.dilation.w = DEPTHWISE_CONV_2D_2_DILATION_W; in ds_cnn_s_s8_inference()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_l_s8/ |
D | test_arm_ds_cnn_l_s8.c | 51 conv_params.dilation.h = CONV_2D_1_DILATION_H; in ds_cnn_l_s8_get_buffer_size() 52 conv_params.dilation.w = CONV_2D_1_DILATION_W; in ds_cnn_l_s8_get_buffer_size() 77 dw_conv_params.dilation.h = DEPTHWISE_CONV_2D_2_DILATION_H; in ds_cnn_l_s8_get_buffer_size() 78 dw_conv_params.dilation.w = DEPTHWISE_CONV_2D_2_DILATION_W; in ds_cnn_l_s8_get_buffer_size() 156 conv_params.dilation.h = CONV_2D_1_DILATION_H; in ds_cnn_l_s8_inference() 157 conv_params.dilation.w = CONV_2D_1_DILATION_W; in ds_cnn_l_s8_inference() 200 dw_conv_params.dilation.h = DEPTHWISE_CONV_2D_2_DILATION_H; in ds_cnn_l_s8_inference() 201 dw_conv_params.dilation.w = DEPTHWISE_CONV_2D_2_DILATION_W; in ds_cnn_l_s8_inference()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s4_opt/ |
D | test_arm_depthwise_conv_s4_opt.c | 61 dw_conv_params.dilation.w = DEPTHWISE_INT4_1_DILATION_X; in depthwise_int4_1_arm_depthwise_conv_s4_opt() 62 dw_conv_params.dilation.h = DEPTHWISE_INT4_1_DILATION_Y; in depthwise_int4_1_arm_depthwise_conv_s4_opt() 178 dw_conv_params.dilation.w = DEPTHWISE_INT4_2_DILATION_X; in depthwise_int4_2_arm_depthwise_conv_s4_opt() 179 dw_conv_params.dilation.h = DEPTHWISE_INT4_2_DILATION_Y; in depthwise_int4_2_arm_depthwise_conv_s4_opt() 294 dw_conv_params.dilation.w = DEPTHWISE_INT4_3_DILATION_X; in depthwise_int4_3_arm_depthwise_conv_s4_opt() 295 dw_conv_params.dilation.h = DEPTHWISE_INT4_3_DILATION_Y; in depthwise_int4_3_arm_depthwise_conv_s4_opt() 411 dw_conv_params.dilation.w = DEPTHWISE_INT4_4_DILATION_X; in depthwise_int4_4_arm_depthwise_conv_s4_opt() 412 dw_conv_params.dilation.h = DEPTHWISE_INT4_4_DILATION_Y; in depthwise_int4_4_arm_depthwise_conv_s4_opt()
|