Home
last modified time | relevance | path

Searched refs:index (Results 1 – 18 of 18) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c76 const int16_t index = (256 + (saturated_symmetric_scaled_diff >> 7)); in arm_softmax_s16() local
78 const int16_t base = softmax_params->exp_lut[index]; in arm_softmax_s16()
79 … const int16_t slope = softmax_params->exp_lut[index + 1] - softmax_params->exp_lut[index]; in arm_softmax_s16()
98 const int16_t index = (256 + (symmetric_shifted_sum >> 7)); in arm_softmax_s16() local
100 const int16_t base = softmax_params->one_by_one_lut[index]; in arm_softmax_s16()
101 …onst int16_t slope = softmax_params->one_by_one_lut[index + 1] - softmax_params->one_by_one_lut[in… in arm_softmax_s16()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mul_core_1x_s8.c99 const int32_t index = i & 0x3; in arm_nn_mat_mul_core_1x_s8() local
100 acc[index] = acc_n0; in arm_nn_mat_mul_core_1x_s8()
102 if (index == 3) in arm_nn_mat_mul_core_1x_s8()
Darm_nn_mat_mul_core_1x_s4.c94 const int32_t index = i & 0x3; in arm_nn_mat_mul_core_1x_s4() local
95 acc[index] = acc_n0; in arm_nn_mat_mul_core_1x_s4()
97 if (index == 3) in arm_nn_mat_mul_core_1x_s4()
Darm_nn_mat_mult_nt_t_s16.c247 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s16() local
248 acc[index] = acc_n0; in arm_nn_mat_mult_nt_t_s16()
250 if (index == 3) in arm_nn_mat_mult_nt_t_s16()
Darm_nn_mat_mult_nt_t_s8.c195 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s8() local
196 acc[index] = sum_tmp; in arm_nn_mat_mult_nt_t_s8()
198 if (index == 3) in arm_nn_mat_mult_nt_t_s8()
Darm_nn_mat_mult_nt_t_s4.c334 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s4() local
335 acc[index] = sum_tmp; in arm_nn_mat_mult_nt_t_s4()
337 if (index == 3) in arm_nn_mat_mult_nt_t_s4()
/cmsis-nn-latest/Documentation/Doxygen/style_template/
Dresize.js39 var index = document.cookie.indexOf(myCookie);
40 if (index != -1) {
41 var valStart = index + myCookie.length;
Dextra_navtree.css127 z-index:1;
143 z-index:0;
Dnavtree.js339 function showNode(o, node, index, hash) argument
346 showNode(o,node,index,hash);
355 var n = node.children[o.breadcrumbs[index]];
356 if (index+1<o.breadcrumbs.length) {
357 showNode(o,n,index+1,hash);
364 showNode(o,node,index,hash); // retry with child node expanded
Dversion.css42 z-index: 1;
Dsearch.css37 z-index: 102;
128 z-index: 10001;
191 z-index:10000;
Dextra_tabs.css9 z-index: 101;
Dextra_stylesheet.css41 /* index */
42 --index-odd-item-bg-color: #F7F8FB;
43 --index-even-item-bg-color: var(--page-background-color);
44 --index-header-color: black;
45 --index-separator-color: #A0A0A0;
219 /* index */
220 --index-odd-item-bg-color: var(--nav-background-color);
221 --index-even-item-bg-color: var(--page-background-color);
222 --index-header-color: #C4CFE5;
223 --index-separator-color: #334975;
[all …]
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c233 int32_t index = 0; in arm_depthwise_conv_s8_opt() local
236 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
237 index += (kernel_x * input_ch) * ker_y_start; in arm_depthwise_conv_s8_opt()
249 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
254 &col_buffer[index], in arm_depthwise_conv_s8_opt()
258 index += input_ch; in arm_depthwise_conv_s8_opt()
265 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c244 int32_t index = 0; in arm_depthwise_conv_fast_s16() local
247 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
248 index += (kernel_x * input_ch) * ker_y_start; in arm_depthwise_conv_fast_s16()
261 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
265 arm_memcpy_q15(&col_buffer[index], in arm_depthwise_conv_fast_s16()
269 index += input_ch; in arm_depthwise_conv_fast_s16()
276 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c275 int32_t index = 0; in arm_depthwise_conv_s4_opt() local
278 … memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
279 index += (kernel_x * input_ch) * ker_y_start; in arm_depthwise_conv_s4_opt()
291 memset(&col_buffer[index], 0, input_ch * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
296 &col_buffer[index], in arm_depthwise_conv_s4_opt()
300 index += input_ch; in arm_depthwise_conv_s4_opt()
307 memset(&col_buffer[index], 0, (kernel_x * input_ch) * diff * sizeof(int16_t)); in arm_depthwise_conv_s4_opt()
/cmsis-nn-latest/Documentation/Doxygen/src/
Dmainpage.md36 …e [CMSIS-Pack format](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).
/cmsis-nn-latest/Documentation/Doxygen/
Dnn.dxy.in1163 # (index.html). This can be useful if you have a project on for instance GitHub
1304 # Configuration options related to the alphabetical class index
1307 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1315 # that should be ignored while generating the index headers. The IGNORE_PREFIX
1478 # documentation will contain a main index with vertical navigation menus that
1479 # are dynamically created via JavaScript. If disabled, the navigation index will
1509 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1562 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1563 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1575 # HTML files also contain an index, a table of contents, and you can search for
[all …]