![]() |
MMALIB User Guide
|
Structure containing the parameters for output from the execute phase of CNN convolution computation.
Definition at line 229 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.
Data Fields | |
int32_t | validColsOut |
Valid columns out in a row of output feature maps for one call of processing of the kernel for non strided convolution and for 1x1 stride 2 for execute phase More... | |
int32_t | validColsPerRowOut |
Valid columns in a row of output feature maps for one call of processing of the kernel for strided convolution except for 1x1 stride 2 for execute phase More... | |
int32_t | validRowsOut |
Valid output rows of output feature maps for one call of processing of the kernel for strided convolution except for 1x1 stride 2 for execute phase More... | |
int64_t | dynamicRangeMin |
Minimum computed value, controlled with MMALIB_CNN_convolve_col_smallNo_ixX_ixX_oxX_ExecInArgs.initDynamicRange. More... | |
int64_t | dynamicRangeMax |
Maximum computed value, controlled with MMALIB_CNN_convolve_col_smallNo_ixX_ixX_oxX_ExecInArgs.initDynamicRange. More... | |
int32_t MMALIB_CNN_convolveBias_row_ixX_ixX_oxX_ExecOutArgs::validColsOut |
Valid columns out in a row of output feature maps for one call of processing of the kernel for non strided convolution and for 1x1 stride 2 for execute phase
Definition at line 234 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.
int32_t MMALIB_CNN_convolveBias_row_ixX_ixX_oxX_ExecOutArgs::validColsPerRowOut |
Valid columns in a row of output feature maps for one call of processing of the kernel for strided convolution except for 1x1 stride 2 for execute phase
Definition at line 238 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.
int32_t MMALIB_CNN_convolveBias_row_ixX_ixX_oxX_ExecOutArgs::validRowsOut |
Valid output rows of output feature maps for one call of processing of the kernel for strided convolution except for 1x1 stride 2 for execute phase
Definition at line 242 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.
int64_t MMALIB_CNN_convolveBias_row_ixX_ixX_oxX_ExecOutArgs::dynamicRangeMin |
Minimum computed value, controlled with MMALIB_CNN_convolve_col_smallNo_ixX_ixX_oxX_ExecInArgs.initDynamicRange.
Definition at line 244 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.
int64_t MMALIB_CNN_convolveBias_row_ixX_ixX_oxX_ExecOutArgs::dynamicRangeMax |
Maximum computed value, controlled with MMALIB_CNN_convolve_col_smallNo_ixX_ixX_oxX_ExecInArgs.initDynamicRange.
Definition at line 246 of file MMALIB_CNN_convolveBias_row_ixX_ixX_oxX.h.