![]() |
MMALIB User Guide
|
This structure holds all the input parameters for reordering CNN filter weights.
Definition at line 57 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.
Data Fields | |
uint32_t | data_type |
Data type must be a member of MMALIB_data_type_e. More... | |
uint32_t | dim_x |
Width of h buffer in X dimension in elements. More... | |
uint32_t | dim_y |
Height of h buffer in Y dimension in elements. More... | |
int32_t | stride_y |
Stride of h buffer in Y dimension in bytes. More... | |
int8_t | funcStyle |
Variant of the function refer to MMALIB_FUNCTION_STYLE. More... | |
uint32_t MMALIB_CNN_fullyConnectedBias_processWeights_Args::data_type |
Data type must be a member of MMALIB_data_type_e.
Definition at line 59 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.
uint32_t MMALIB_CNN_fullyConnectedBias_processWeights_Args::dim_x |
Width of h buffer in X dimension in elements.
Definition at line 60 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.
uint32_t MMALIB_CNN_fullyConnectedBias_processWeights_Args::dim_y |
Height of h buffer in Y dimension in elements.
Definition at line 61 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.
int32_t MMALIB_CNN_fullyConnectedBias_processWeights_Args::stride_y |
Stride of h buffer in Y dimension in bytes.
Definition at line 62 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.
int8_t MMALIB_CNN_fullyConnectedBias_processWeights_Args::funcStyle |
Variant of the function refer to MMALIB_FUNCTION_STYLE.
Definition at line 63 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_processWeights.h.