Functions | |
| void | arm_reshape_f16 (const float16_t *input, float16_t *output, const uint32_t total_size) |
| Reshape by copying data without changing element order. | |
| void | arm_reshape_f32 (const float32_t *input, float32_t *output, const uint32_t total_size) |
| Reshape by copying data without changing element order. | |
| 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. | |
| void arm_reshape_f16 | ( | const float16_t * | input, |
| float16_t * | output, | ||
| uint32_t | total_size | ||
| ) |
Reshape by copying data without changing element order.
Reshape by copying data without changing element order.
| 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.
| [in] | input | points to the s8 input vector |
| [out] | output | points to the s8 output vector |
| [in] | total_size | total size of the input and output vectors in bytes |