Functions | |
arm_cmsis_nn_status | arm_pad_s8 (const int8_t *input, int8_t *output, const int8_t pad_value, const cmsis_nn_dims *input_size, const cmsis_nn_dims *pre_pad, const cmsis_nn_dims *post_pad) |
Expands the size of the input by adding constant values before and after the data, in all dimensions. | |