MMALIB User Guide
MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs Struct Reference

Detailed Description

Definition at line 144 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

Data Fields

int8_t funcStyle
 Variant of the function refer to MMALIB_FUNCTION_STYLE
More...
 
int8_t activationType
 Output activation type: Saturation or ReLU
More...
 
int32_t pSatMax
 Max value for paramterized saturation. More...
 
int32_t pSatMin
 Min value for paramterized saturation. More...
 
int32_t Ni
 Value of \( N_i\) used in natural C code only. More...
 
bool multiPassX
 flag signifies feature matrix \( (X) \) cannot be fit in memory; therefore, compute is broken down by processing the matrix in chunks More...
 
bool multiPassH
 flag signifies kernel matrix \( (H) \) cannot be fit in memory; therefore, compute is broken down by processing the matrix in chunks More...
 
void * bufCAccum_cn
 Buffer pointer to hold partially accumulated values in multi-pass case. More...
 

Field Documentation

◆ funcStyle

int8_t MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::funcStyle

Variant of the function refer to MMALIB_FUNCTION_STYLE

Definition at line 146 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ activationType

int8_t MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::activationType

Output activation type: Saturation or ReLU

Definition at line 148 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ pSatMax

int32_t MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::pSatMax

Max value for paramterized saturation.

Definition at line 150 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ pSatMin

int32_t MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::pSatMin

Min value for paramterized saturation.

Definition at line 152 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ Ni

int32_t MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::Ni

Value of \( N_i\) used in natural C code only.

Definition at line 154 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ multiPassX

bool MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::multiPassX

flag signifies feature matrix \( (X) \) cannot be fit in memory; therefore, compute is broken down by processing the matrix in chunks

Definition at line 158 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ multiPassH

bool MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::multiPassH

flag signifies kernel matrix \( (H) \) cannot be fit in memory; therefore, compute is broken down by processing the matrix in chunks

Definition at line 162 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.

◆ bufCAccum_cn

void* MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX_InitArgs::bufCAccum_cn

Buffer pointer to hold partially accumulated values in multi-pass case.

Definition at line 165 of file MMALIB_CNN_fullyConnectedBias_ixX_ixX_oxX.h.