NMSIS-NN
Version 1.3.1
NMSIS NN Software Library
|
Data Fields | |
int32_t | n |
int32_t | h |
int32_t | w |
int32_t | c |
NMSIS-NN object to contain the dimensions of the tensors
int32_t nmsis_nn_dims::c |
Input channels
int32_t nmsis_nn_dims::h |
Height
int32_t nmsis_nn_dims::n |
Generic dimension to contain either the batch size or output channels. Please refer to the function documentation for more information
int32_t nmsis_nn_dims::w |
Width