CMSIS-NN  
CMSIS NN Software Library
cmsis_nn_dims Struct Reference

Data Fields

int32_t n
 
int32_t h
 
int32_t w
 
int32_t c
 

Description

CMSIS-NN object to contain the dimensions of the tensors

Field Documentation

◆ c

int32_t c

Input channels

◆ h

int32_t h

Height

◆ n

int32_t n

Generic dimension to contain either the batch size or output channels. Please refer to the function documentation for more information

◆ w

int32_t w

Width