CMSIS-NN  Version 3.1.0
CMSIS NN Software Library
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Reshape Functions

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...
 

Description

Function Documentation

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.

References arm_memcpy_q7().