![]() |
CMSIS-NN
Version 3.0.0
CMSIS NN Software Library
|
Functions | |
| void | arm_reshape_s8 (const int8_t *input, int8_t *output, const uint32_t total_size) |
| Reshape a s8 vector into another with different shape. More... | |
| void arm_reshape_s8 | ( | const int8_t * | input, |
| int8_t * | output, | ||
| const uint32_t | total_size | ||
| ) |
Basic s8 reshape function.
Refer header file for details.