Searched defs:in_ch (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 14 "in_ch" : 55, number 23 "in_ch" : 55, number 35 "in_ch" : 12, number 48 "in_ch" : 8, number 61 "in_ch" : 2, number 74 "in_ch" : 3, number 87 "in_ch" : 3, number 98 "in_ch" : 55, number 109 "in_ch" : 55, number 120 "in_ch" : 8, number [all …]
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | fully_connected_settings.py | 33 in_ch=1, argument
|
D | conv_settings.py | 34 in_ch=1, argument
|
D | test_settings.py | 65 in_ch, argument
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_3x3_s8.c | 99 int32_t in_ch = 0; in arm_depthwise_conv_3x3_s8() local
|
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
|