Searched defs:index (Results 1 – 12 of 12) 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
77 int32_t index = output_index; in arm_nn_transpose_conv_row_s8_s32() local291 int32_t index = output_index; in arm_nn_transpose_conv_row_s8_s32() local422 int32_t index = output_index; in arm_nn_transpose_conv_row_s8_s32() 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
471 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_t_s4() local
508 const int32_t index = i & 0x3; in arm_nn_mat_mult_nt_interleaved_t_even_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