![]() |
MMALIB User Guide
|
This structure holds all the execution input parameters for the CNN column based convolution kernel.
Definition at line 141 of file MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost.h.
Data Fields | |
int32_t | blockFeatureWidth |
Width of the input feature map to be processed. More... | |
int32_t | padFillValue |
Pad fill value, must be zero for C7100 devices. More... | |
MMALIB_enableDynamicRange_type | enableDynamicRange |
Flag indicating whether to enable dynamic range range (min,max) calculation. More... | |
MMALIB_initDynamicRange_type | initDynamicRange |
Flag indicating whether to reset dynamic range (min,max) calculation at beginning of compute. More... | |
int32_t MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_ExecInArgs::blockFeatureWidth |
Width of the input feature map to be processed.
Definition at line 143 of file MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost.h.
int32_t MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_ExecInArgs::padFillValue |
Pad fill value, must be zero for C7100 devices.
Definition at line 144 of file MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost.h.
MMALIB_enableDynamicRange_type MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_ExecInArgs::enableDynamicRange |
Flag indicating whether to enable dynamic range range (min,max) calculation.
Definition at line 145 of file MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost.h.
MMALIB_initDynamicRange_type MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_ExecInArgs::initDynamicRange |
Flag indicating whether to reset dynamic range (min,max) calculation at beginning of compute.
Definition at line 146 of file MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost.h.