Daniel Konegen / MNIST_example

Dependencies:   mbed-os

Embed: (wiki syntax)

« Back to documentation index

Max

Functions

void arm_max_q7 (q7_t *pSrc, uint32_t blockSize, q7_t *pResult, uint32_t *pIndex)
 Maximum value of a Q7 vector.

Function Documentation

void arm_max_q7 ( q7_t *  pSrc,
uint32_t  blockSize,
q7_t *  pResult,
uint32_t *  pIndex 
)

Maximum value of a Q7 vector.

Parameters:
[in]*pSrcpoints to the input vector
[in]blockSizelength of the input vector
[out]*pResultmaximum value returned here
[out]*pIndexindex of maximum value returned here
Returns:
none.

Definition at line 50 of file arm_max_q7.c.