MMALIB_reorder_weights_highPrecision_pointwisePost_operation_e
Enumeration for different operations for the reorderWeights function.
MMALIB_STATUS MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_exec(uint32_t operation, const MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_Args *pArgs, const MMALIB_bufParams3D_t *pWeights_addr, const void *restrict pWeights, const MMALIB_bufParams2D_t *pBias_addr, const void *restrict pBias, const MMALIB_bufParams3D_t *pReorderedWeights_addr, void *restrict pReorderedWeights)
This function takes a set of weights and biases (optional) and reorders the coefficients for improved...
int32_t MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_getMemorySize(const MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_Args *pArgs)
This function returns the amount of memory that needs to be allocated for reordered kernel coefficien...
MMALIB_STATUS MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_fillBufParams(const MMALIB_CNN_convolve_col_smallNo_highPrecision_pointwisePost_reorderWeights_Args *pArgs, MMALIB_bufParams3D_t *pReorderedWeights_addr)
This function populates a structure of dimensional information about the reordered coefficients buffe...
@ HIGHPRECISION_POINTWISEPOST_REORDERWEIGHTS
@ HIGHPRECISION_POINTWISEPOST_REORDERBIAS
@ HIGHPRECISION_POINTWISEPOST_REORDERWEIGHTS_AND_BIAS
This structure holds all the input parameters for reordering CNN filter weights for column-based conv...
int32_t rightPad
Pixels of pad to apply to the rights side of the input data.
int32_t leftPad
Pixels of pad to apply to the left side of the input data.
int32_t dataType
Data type must be a member of MMALIB_data_type_e.
int32_t bottomPad
Pixels of pad to apply to the bottom side of the input data.
int32_t topPad
Pixels of pad to apply to the top side of the input data.
int32_t numGroupsPerKernel
Number of groups to be processed in kernel call.
int32_t blockFeatureHeight
Number of rows from the input feature map to be processed, including top and bottom pad that is to be...