Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/
Dtest_plan.json15 "out_ch" : 4, number
24 "out_ch" : 9, number
36 "out_ch" : 9, number
49 "out_ch" : 8, number
62 "out_ch" : 2, number
75 "out_ch" : 4, number
88 "out_ch" : 4, number
99 "out_ch" : 4, number
110 "out_ch" : 9, number
121 "out_ch" : 8, number
[all …]
/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/
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