Searched refs:vec_in (Results 1 – 1 of 1) sorted by relevance
32 int16_t findMaxIndex(q7_t *vec_in, int length) in findMaxIndex() argument36 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() local79 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() local100 arm_softmax_with_batch_q7(vec_in, this->nbSamples,this->vecDim, pTmp ); in test_softmax_with_batch_q7()