Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/Source/Tests/
DSoftmax.cpp75 int16_t maxIndex; in test_softmax_q7() local
80 maxIndex=findMaxIndex(pTmp,this->vecDim); in test_softmax_q7()
81 *pOut++ = maxIndex; in test_softmax_q7()
98 int16_t maxIndex; in test_softmax_with_batch_q7() local
104 maxIndex=findMaxIndex(pTmp,this->vecDim); in test_softmax_with_batch_q7()
105 *pOut++ = maxIndex; in test_softmax_with_batch_q7()