Searched defs:index (Results 1 – 10 of 10) sorted by relevance
76 const int16_t index = (256 + (saturated_symmetric_scaled_diff >> 7)); in arm_softmax_s16() local98 const int16_t index = (256 + (symmetric_shifted_sum >> 7)); in arm_softmax_s16() local
99 const int32_t index = i & 0x3; in arm_nn_mat_mul_core_1x_s8() local
94 const int32_t index = i & 0x3; in arm_nn_mat_mul_core_1x_s4() local
195 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s8() local
247 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s16() local
334 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s4() local
233 int32_t index = 0; in arm_depthwise_conv_s8_opt() local
244 int32_t index = 0; in arm_depthwise_conv_fast_s16() local
275 int32_t index = 0; in arm_depthwise_conv_s4_opt() local
339 function showNode(o, node, index, hash) argument