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