DSPLIB User Guide
DSPLIB_w_vec_InitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 117 of file DSPLIB_w_vec.h.

Data Fields

int8_t funcStyle
 Variant of the function refer to DSPLIB_FUNCTION_STYLE
More...
 
uint32_t dataSize
 Size of input data
More...
 
DSPLIB_w_vec_weightStyle weightStyle
 Weight Input Style
More...
 

Field Documentation

◆ funcStyle

int8_t DSPLIB_w_vec_InitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 119 of file DSPLIB_w_vec.h.

◆ dataSize

uint32_t DSPLIB_w_vec_InitArgs::dataSize

Size of input data

Definition at line 121 of file DSPLIB_w_vec.h.

◆ weightStyle

DSPLIB_w_vec_weightStyle DSPLIB_w_vec_InitArgs::weightStyle

Weight Input Style

Definition at line 123 of file DSPLIB_w_vec.h.