Struct cmsis_nn_dims¶ Defined in File arm_nn_types.h Struct Documentation¶ struct cmsis_nn_dims¶ CMSIS-NN object to contain the dimensions of the tensors Public Members 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 h¶ Height int32_t w¶ Width int32_t c¶ Input channels