CMSIS-NN  Version 3.0.0
CMSIS NN Software Library
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
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

int32_t cmsis_nn_dims::n

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

Referenced by arm_convolve_1x1_s8_fast(), arm_convolve_s8(), arm_convolve_wrapper_s8(), arm_convolve_wrapper_s8_get_buffer_size(), arm_depthwise_conv_s8(), arm_depthwise_conv_wrapper_s8(), arm_depthwise_conv_wrapper_s8_get_buffer_size(), arm_fully_connected_s8(), and arm_svdf_s8().