MMALIB User Guide
MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX_InitArgs Struct Reference

Detailed Description

This structure holds all the initialization parameters for pointwise matrix-matrix multiplication.

Definition at line 121 of file MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX.h.

Data Fields

int8_t funcStyle
 Variant of the function; refer to MMALIB_FUNCTION_STYLE. More...
 
int8_t shift
 Number of bits to right shift the output value. More...
 

Field Documentation

◆ funcStyle

int8_t MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX_InitArgs::funcStyle

Variant of the function; refer to MMALIB_FUNCTION_STYLE.

Definition at line 123 of file MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX.h.

◆ shift

int8_t MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX_InitArgs::shift

Number of bits to right shift the output value.

Definition at line 124 of file MMALIB_LINALG_pointwiseMatrixMatrixMultiply_ixX_ixX_oxX.h.