MMALIB User Guide
MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX_InitArgs Struct Reference

Detailed Description

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

Definition at line 131 of file MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX.h.

Data Fields

int8_t funcStyle
 Variant of the function; refer to MMALIB_FUNCTION_STYLE. More...
 
int8_t shift
 Output shift value. More...
 
int8_t bTranspose
 Flag to indicate B transposed or not; refer to MMALIB_LINALG_MATRIXMATRIXMULTIPLY_IXX_IXX_OXX_B_TRANSPOSE_STATUS. More...
 

Field Documentation

◆ funcStyle

int8_t MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX_InitArgs::funcStyle

Variant of the function; refer to MMALIB_FUNCTION_STYLE.

Definition at line 133 of file MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX.h.

◆ shift

int8_t MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX_InitArgs::shift

Output shift value.

Definition at line 134 of file MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX.h.

◆ bTranspose

int8_t MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX_InitArgs::bTranspose

Flag to indicate B transposed or not; refer to MMALIB_LINALG_MATRIXMATRIXMULTIPLY_IXX_IXX_OXX_B_TRANSPOSE_STATUS.

Definition at line 135 of file MMALIB_LINALG_matrixMatrixMultiply_ixX_ixX_oxX.h.