plp_mat_add_stride_instance_i16
Instance structure for strided integer parallel matrix addition. More...
#include <plp_math.h>
Public Attributes
Detailed Description
struct plp_mat_add_stride_instance_i16;
Instance structure for strided integer parallel matrix addition.
Public Attributes Documentation
variable pSrcA
const int16_t *__restrict__ pSrcA;
variable pSrcB
const int16_t *__restrict__ pSrcB;
variable M
uint32_t M;
variable N
uint32_t N;
variable strideA
uint32_t strideA;
variable strideB
uint32_t strideB;
variable strideY
uint32_t strideY;
variable nPE
uint32_t nPE;
variable pDst
int16_t *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000