Home
last modified time | relevance | path

Searched defs:out_ch (Results 1 – 9 of 9) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mul_core_4x_s8.c51 const int32_t out_ch, in arm_nn_mat_mul_core_4x_s8()
Darm_nn_mat_mul_core_1x_s8.c51 const int32_t out_ch, in arm_nn_mat_mul_core_1x_s8()
Darm_nn_mat_mul_core_1x_s4.c51 const int32_t out_ch, in arm_nn_mat_mul_core_1x_s4()
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/
Dtest_plan.json19 "out_ch" : 1, number
28 "out_ch" : 15, number
37 "out_ch" : 1, number
48 "out_ch" : 7, number
57 "out_ch" : 60, number
66 "out_ch" : 47, number
77 "out_ch" : 5, number
91 "out_ch" : 15, number
104 "out_ch" : 5, number
117 "out_ch" : 5, number
[all …]
/cmsis-nn-latest/Tests/UnitTest/
Dfully_connected_settings.py34 out_ch=1, argument
Dconv_settings.py35 out_ch=1, argument
Dtest_settings.py66 out_ch, argument
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s16.c69 for (int32_t in_ch = 0, out_ch = 0, ker_w_start = MAX(0, -in_w); out_ch < output_ch; in depthwise_conv_s16_mult_4_s16() local
Darm_depthwise_conv_s8.c83 for (int32_t in_ch = 0, out_ch = 0, ker_w_start = MAX(0, -in_w); out_ch < output_ch; in depthwise_conv_s8_mult_4() local