NMSIS-NN  Version 1.2.0
NMSIS NN Software Library
Reshape Functions

Functions

void riscv_reshape_s8 (const int8_t *input, int8_t *output, const uint32_t total_size)
 Reshape a s8 vector into another with different shape. More...
 

Detailed Description

Function Documentation

◆ riscv_reshape_s8()

void riscv_reshape_s8 ( const int8_t *  input,
int8_t *  output,
const uint32_t  total_size 
)

Reshape a s8 vector into another with different shape.

Parameters
[in]inputpoints to the s8 input vector
[out]outputpoints to the s8 output vector
[in]total_sizetotal size of the input and output vectors in bytes
Note
The output is expected to be in a memory area that does not overlap with the input's