plp_conv_tree_add_instance
Instance structure for basic integer convolution. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
uint32_t | addOffset |
uint32_t | addLengthfirst |
uint32_t | addLengthsecond |
uint32_t | numVectors |
uint32_t | blockOffset |
int32_t * | pRes |
uint8_t | coresPerVector |
Detailed Description
struct plp_conv_tree_add_instance;
Instance structure for basic integer convolution.
Parameters:
- addOffset
- addLengthfirst
- addLengthsecond
- numVectors
- blockOffset
- pRes output result returned here
- coresPerVector
Public Attributes Documentation
variable addOffset
uint32_t addOffset;
variable addLengthfirst
uint32_t addLengthfirst;
variable addLengthsecond
uint32_t addLengthsecond;
variable numVectors
uint32_t numVectors;
variable blockOffset
uint32_t blockOffset;
variable pRes
int32_t * pRes;
variable coresPerVector
uint8_t coresPerVector;
Updated on 2023-03-01 at 16:16:31 +0000