![]()  | 
  
    NMSIS-NN
    Version 1.4.1
    
   NMSIS NN Software Library 
   | 
 
Functions | |
| riscv_nmsis_nn_status | riscv_pad_s8 (const int8_t *input, int8_t *output, const int8_t pad_value, const nmsis_nn_dims *input_size, const nmsis_nn_dims *pre_pad, const nmsis_nn_dims *post_pad) | 
| Expands the size of the input by adding constant values before and after the data, in all dimensions.  More... | |
| riscv_nmsis_nn_status riscv_pad_s8 | ( | const int8_t * | input, | 
| int8_t * | output, | ||
| const int8_t | pad_value, | ||
| const nmsis_nn_dims * | input_size, | ||
| const nmsis_nn_dims * | pre_pad, | ||
| const nmsis_nn_dims * | post_pad | ||
| ) | 
Expands the size of the input by adding constant values before and after the data, in all dimensions.
| [in] | input | Pointer to input data | 
| [out] | output | Pointer to output data | 
| [in] | pad_value | Value to pad with | 
| [in] | input_size | Input tensor dimensions | 
| [in] | pre_pad | Padding to apply before data in each dimension | 
| [in] | post_pad | Padding to apply after data in each dimension | 
RISCV_NMSIS_NN_SUCCESS