NMSIS-NN
Version 1.3.1
NMSIS NN Software Library
|
Functions | |
void | riscv_nn_copy_q15 (const q15_t *pSrc, q15_t *pDst, uint32_t blockSize) |
Copies the elements of a Q15 vector. More... | |
void | riscv_nn_copy_q7 (const q7_t *pSrc, q7_t *pDst, uint32_t blockSize) |
Copies the elements of a Q7 vector. More... | |
void riscv_nn_copy_q15 | ( | const q15_t * | pSrc, |
q15_t * | pDst, | ||
uint32_t | blockSize | ||
) |
Copies the elements of a Q15 vector.
[in] | pSrc | points to input vector |
[out] | pDst | points to output vector |
[in] | blockSize | number of samples in each vector |
void riscv_nn_copy_q7 | ( | const q7_t * | pSrc, |
q7_t * | pDst, | ||
uint32_t | blockSize | ||
) |
Copies the elements of a Q7 vector.
[in] | pSrc | points to input vector |
[out] | pDst | points to output vector |
[in] | blockSize | number of samples in each vector |