Home
last modified time | relevance | path

Searched defs:index (Results 1 – 10 of 10) sorted by relevance

/cmsis-nn-3.7.0/Source/SoftmaxFunctions/
Darm_softmax_s16.c76 const int16_t index = (256 + (saturated_symmetric_scaled_diff >> 7)); in arm_softmax_s16() local
98 const int16_t index = (256 + (symmetric_shifted_sum >> 7)); in arm_softmax_s16() local
/cmsis-nn-3.7.0/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
Darm_nn_mat_mul_core_1x_s4.c94 const int32_t index = i & 0x3; in arm_nn_mat_mul_core_1x_s4() local
Darm_nn_mat_mult_nt_t_s8.c195 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s8() local
Darm_nn_mat_mult_nt_t_s16.c247 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s16() local
Darm_nn_mat_mult_nt_t_s4.c334 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s4() local
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c233 int32_t index = 0; in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_fast_s16.c244 int32_t index = 0; in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s4_opt.c275 int32_t index = 0; in arm_depthwise_conv_s4_opt() local
/cmsis-nn-3.7.0/Documentation/Doxygen/style_template/
Dnavtree.js339 function showNode(o, node, index, hash) argument