MMALIB User Guide
MMALIB_CNN_deconvolve_row_ixX_ixX_oxX_ExecInArgs Struct Reference

Detailed Description

Structure containing the parameters for input to the execute phase of CNN deconvolution computation.

This structure holds all the runtime output parameter for CNN row-based deconvolution kernel.

Definition at line 230 of file MMALIB_CNN_deconvolve_row_ixX_ixX_oxX.h.

Data Fields

int32_t validColsIn
 Width of buffer C. More...
 
uint32_t subMChannels
 Input valid rows for A matrix. More...
 

Field Documentation

◆ validColsIn

int32_t MMALIB_CNN_deconvolve_row_ixX_ixX_oxX_ExecInArgs::validColsIn

Width of buffer C.

Definition at line 232 of file MMALIB_CNN_deconvolve_row_ixX_ixX_oxX.h.

◆ subMChannels

uint32_t MMALIB_CNN_deconvolve_row_ixX_ixX_oxX_ExecInArgs::subMChannels

Input valid rows for A matrix.

Definition at line 234 of file MMALIB_CNN_deconvolve_row_ixX_ixX_oxX.h.