Searched defs:out_ch (Results 1 – 9 of 9) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 15 "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/ |
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/ |
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
|