Searched defs:out_ch (Results 1 – 9 of 9) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mul_core_4x_s8.c | 51 const int32_t out_ch, in arm_nn_mat_mul_core_4x_s8()
|
D | arm_nn_mat_mul_core_1x_s8.c | 51 const int32_t out_ch, in arm_nn_mat_mul_core_1x_s8()
|
D | arm_nn_mat_mul_core_1x_s4.c | 51 const int32_t out_ch, in arm_nn_mat_mul_core_1x_s4()
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 19 "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/ |
D | fully_connected_settings.py | 34 out_ch=1, argument
|
D | conv_settings.py | 35 out_ch=1, argument
|
D | test_settings.py | 66 out_ch, argument
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s16.c | 69 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
|
D | arm_depthwise_conv_s8.c | 83 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
|