Searched refs:arm_depthwise_conv_wrapper_s8 (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_l_s8/ |
D | test_arm_ds_cnn_l_s8.c | 222 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_l_s8_inference() 282 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_l_s8_inference() 321 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_l_s8_inference() 359 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_l_s8_inference() 396 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_l_s8_inference()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/ |
D | test_arm_ds_cnn_s_s8.c | 208 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_s_s8_inference() 262 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_s_s8_inference() 301 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_s_s8_inference() 339 status |= arm_depthwise_conv_wrapper_s8(&ctx, in ds_cnn_s_s8_inference()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_wrapper_s8.c | 95 arm_cmsis_nn_status arm_depthwise_conv_wrapper_s8(const cmsis_nn_context *ctx, in arm_depthwise_conv_wrapper_s8() function
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8/ |
D | test_arm_depthwise_conv_s8.c | 105 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_2_arm_depthwise_conv_s8() 201 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_mult_batches_arm_depthwise_conv_s8() 296 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_null_bias_1_arm_depthwise_conv_s8() 392 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_dilation_arm_depthwise_conv_s8() 551 result = arm_depthwise_conv_wrapper_s8(&ctx, in in_ch_one_out_ch_larger_one_arm_depthwise_conv_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_3x3_s8/ |
D | test_arm_depthwise_conv_3x3_s8.c | 110 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_kernel_3x3_arm_depthwise_conv_3x3_s8() 211 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_kernel_3x3_arm_depthwise_conv_3x3_1_s8() 313 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_kernel_3x3_null_bias_arm_depthwise_conv_3x3_null_bias_s8() 415 result = arm_depthwise_conv_wrapper_s8(&ctx, in stride2pad1_arm_depthwise_conv_3x3_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s8_opt/ |
D | test_arm_depthwise_conv_s8_opt.c | 113 result = arm_depthwise_conv_wrapper_s8(&ctx, in basic_arm_depthwise_conv_s8_opt() 214 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_eq_in_out_ch_arm_depthwise_conv_s8_opt() 314 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_sub_block_arm_depthwise_conv_s8_opt() 417 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_out_activation_arm_depthwise_conv_s8_opt() 519 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_null_bias_0_arm_depthwise_conv_s8_opt() 619 result = arm_depthwise_conv_wrapper_s8(&ctx, in depthwise_x_stride_arm_depthwise_conv_s8_opt()
|
/cmsis-nn-latest/Include/ |
D | arm_nnfunctions.h | 1025 arm_cmsis_nn_status arm_depthwise_conv_wrapper_s8(const cmsis_nn_context *ctx,
|