Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DSoftmax.cpp32 int16_t findMaxIndex(q7_t *vec_in, int length) in findMaxIndex() argument
36 q7_t currentMax=vec_in[0]; in findMaxIndex()
40 if (vec_in[i] > currentMax) in findMaxIndex()
42 currentMax = vec_in[i]; in findMaxIndex()
72 const q7_t *vec_in = input.ptr(); in test_softmax_q7() local
79 arm_softmax_q7(vec_in, this->vecDim, pTmp ); in test_softmax_q7()
83 vec_in += this->vecDim; in test_softmax_q7()
95 const q7_t *vec_in = input.ptr(); in test_softmax_with_batch_q7() local
100 arm_softmax_with_batch_q7(vec_in, this->nbSamples,this->vecDim, pTmp ); in test_softmax_with_batch_q7()