plp_mat_scale_stride_instance_i32
Instance structure for strided integer parallel matrix scale. More...
#include <plp_math.h>
Public Attributes
| Name | |
|---|---|
| const int32_t *restrict | pSrc | 
| uint32_t | M | 
| uint32_t | N | 
| uint32_t | strideSrc | 
| uint32_t | strideDst | 
| int32_t | scaleFactor | 
| int32_t | shift | 
| uint32_t | nPE | 
| int32_t *restrict | pDst | 
Detailed Description
struct plp_mat_scale_stride_instance_i32;
Instance structure for strided integer parallel matrix scale.
Public Attributes Documentation
variable pSrc
const int32_t *__restrict__ pSrc;
variable M
uint32_t M;
variable N
uint32_t N;
variable strideSrc
uint32_t strideSrc;
variable strideDst
uint32_t strideDst;
variable scaleFactor
int32_t scaleFactor;
variable shift
int32_t shift;
variable nPE
uint32_t nPE;
variable pDst
int32_t *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000