Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/SoftmaxFunctions/
Darm_softmax_s8.c105 int32_t vec_count = (row_size + 15) / 16; in arm_softmax_s8() local
107 for (int i = 0; i < vec_count; i++) in arm_softmax_s8()
115 vec_count = row_size / 4; in arm_softmax_s8()
119 while (vec_count) in arm_softmax_s8()
136 vec_count--; in arm_softmax_s8()
154 vec_count = row_size / 4; in arm_softmax_s8()
157 while (vec_count) in arm_softmax_s8()
185 vec_count--; in arm_softmax_s8()