Searched refs:length (Results 1 – 9 of 9) sorted by relevance
/cmsis-nn-latest/Source/PoolingFunctions/ |
D | arm_max_pool_s16.c | 34 static void compare_and_replace_if_larger(int16_t *base, const int16_t *target, int32_t length) in compare_and_replace_if_larger() argument 37 int32_t loop_count = (length + 7) / 8; in compare_and_replace_if_larger() 40 mve_pred16_t p = vctp16q((uint32_t)length); in compare_and_replace_if_larger() 47 length -= 8; in compare_and_replace_if_larger() 54 int32_t cnt = length >> 1; in compare_and_replace_if_larger() 75 if (length & 0x1) in compare_and_replace_if_larger() 85 static void clamp_output(int16_t *source, int32_t length, const int16_t act_min, const int16_t act_… in clamp_output() argument 91 int32_t loop_count = (length + 7) / 8; in clamp_output() 94 mve_pred16_t p = vctp16q((uint32_t)length); in clamp_output() 95 length -= 8; in clamp_output() [all …]
|
D | arm_max_pool_s8.c | 34 static void compare_and_replace_if_larger_q7(int8_t *base, const int8_t *target, int32_t length) in compare_and_replace_if_larger_q7() argument 37 int32_t loop_count = (length + 15) / 16; in compare_and_replace_if_larger_q7() 40 mve_pred16_t p = vctp8q((uint32_t)length); in compare_and_replace_if_larger_q7() 47 length -= 16; in compare_and_replace_if_larger_q7() 54 int32_t cnt = length >> 2; in compare_and_replace_if_larger_q7() 83 cnt = length & 0x3; in compare_and_replace_if_larger_q7() 97 static void clamp_output(int8_t *source, int32_t length, const int32_t act_min, const int32_t act_m… in clamp_output() argument 100 int32_t loop_count = (length + 15) / 16; in clamp_output() 106 mve_pred16_t p = vctp8q((uint32_t)length); in clamp_output() 107 length -= 16; in clamp_output() [all …]
|
D | arm_avgpool_s16.c | 38 int32_t length, in scale_q31_to_q15_and_clamp() argument 45 for (int i = 0; i < length; i++) in scale_q31_to_q15_and_clamp()
|
D | arm_avgpool_s8.c | 37 int32_t length, in scale_q31_to_q7_and_clamp() argument 44 for (int i = 0; i < length; i++) in scale_q31_to_q7_and_clamp()
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | tabs.js | 21 for ( var i=0; i < arr.length; i++ ) {
|
D | darkmode_toggle.js | 64 if (!tbuttons.length){ 141 for (var i = 0; i < ca.length; i++) { 143 while (c.charAt(0) == ' ') c = c.substring(1, c.length); 144 if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
D | resize.js | 41 var valStart = index + myCookie.length; 44 valEnd = document.cookie.length;
|
D | navtree.js | 320 if (a && a.length) { 356 if (index+1<o.breadcrumbs.length) { 399 var l = po.childrenData.length-1; 429 if (parts.length>1) hash = '#'+parts[1].replace(/[^\w\-]/g,''); 447 if ((root=="index.html") && (!navTreeSubIndices[i]["index.html"].length)) { 535 if (window.location.hash && window.location.hash.length>1){
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 2615 # to display on a single line. If the actual line length exceeds this threshold
|