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