plp_mat_fill_I_stride_instance_q16
Instance structure for 16-bit fix-point parallel strided identity matrix creation. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
uint32_t | N |
uint32_t | stride |
uint32_t | nPE |
int32_t | fracBits |
int16_t *restrict | pDst |
Detailed Description
struct plp_mat_fill_I_stride_instance_q16;
Instance structure for 16-bit fix-point parallel strided identity matrix creation.
Public Attributes Documentation
variable N
uint32_t N;
variable stride
uint32_t stride;
variable nPE
uint32_t nPE;
variable fracBits
int32_t fracBits;
variable pDst
int16_t *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000