NMSIS-NN  Version 1.3.1
NMSIS NN Software Library
nmsis_nn_dims Struct Reference

Data Fields

int32_t n
 
int32_t h
 
int32_t w
 
int32_t c
 

Detailed Description

NMSIS-NN object to contain the dimensions of the tensors

Field Documentation

◆ c

int32_t nmsis_nn_dims::c

Input channels

◆ h

int32_t nmsis_nn_dims::h

Height

◆ n

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

◆ w

int32_t nmsis_nn_dims::w

Width