![]() |
DSPLIB User Guide
|
Structure that is reserved for internal use by the kernel.
Definition at line 182 of file DSPLIB_lud_inv_priv.h.
Data Fields | |
| pFxnDSPLIB_lud_inv_exec | execute |
| Function pointer to point to the right execution variant between DSPLIB_lud_inv_exec_cn and DSPLIB_lud_inv_exec_ci. More... | |
| int32_t | order |
| Size of input buffer for different batches DSPLIB_lud_inv_init that will be retrieved and used by DSPLIB_lud_inv_exec More... | |
| int32_t | strideOrder |
| Stride between rows of input and output data matrix More... | |
| int32_t | strideP |
| Stride between rows of output data matrix P More... | |
| DSPLIB_matTrans_PrivArgs | pMatTransKerPrivArgs |
| Privargs for the matTrans kernel. More... | |
| DSPLIB_matMul_PrivArgs | pMatMulKerPrivArgs |
| Privargs for the matMul kernel. More... | |
| uint8_t | bufPblock [DSPLIB_LUD_INV_IXX_IXX_OXX_PBLOCK_SIZE] |
| Buffer to save SE & SA configuration parameters More... | |
| pFxnDSPLIB_lud_inv_exec DSPLIB_lud_inv_PrivArgs::execute |
Function pointer to point to the right execution variant between DSPLIB_lud_inv_exec_cn and DSPLIB_lud_inv_exec_ci.
Definition at line 186 of file DSPLIB_lud_inv_priv.h.
| int32_t DSPLIB_lud_inv_PrivArgs::order |
Size of input buffer for different batches DSPLIB_lud_inv_init that will be retrieved and used by DSPLIB_lud_inv_exec
order of the input data matrix
Definition at line 191 of file DSPLIB_lud_inv_priv.h.
| int32_t DSPLIB_lud_inv_PrivArgs::strideOrder |
Stride between rows of input and output data matrix
Definition at line 193 of file DSPLIB_lud_inv_priv.h.
| int32_t DSPLIB_lud_inv_PrivArgs::strideP |
Stride between rows of output data matrix P
Definition at line 195 of file DSPLIB_lud_inv_priv.h.
| DSPLIB_matTrans_PrivArgs DSPLIB_lud_inv_PrivArgs::pMatTransKerPrivArgs |
Privargs for the matTrans kernel.
Definition at line 197 of file DSPLIB_lud_inv_priv.h.
| DSPLIB_matMul_PrivArgs DSPLIB_lud_inv_PrivArgs::pMatMulKerPrivArgs |
Privargs for the matMul kernel.
Definition at line 199 of file DSPLIB_lud_inv_priv.h.
| uint8_t DSPLIB_lud_inv_PrivArgs::bufPblock[DSPLIB_LUD_INV_IXX_IXX_OXX_PBLOCK_SIZE] |
Buffer to save SE & SA configuration parameters
Definition at line 201 of file DSPLIB_lud_inv_priv.h.