For the Outer Tensor library element, use the following list of configurable parameters and default values.
Name | Type | Default | Description |
---|---|---|---|
T_DATA_A | typename | int32 | Data Type. |
T_DATA_B | typename | int32 | Data Type. |
DIM_SIZE_A | unsigned | 16 | Dimension size of vector A |
DIM_SIZE_B | unsigned | 32 | Dimension size of vector B |
NUM_FRAMES | unsigned | 1 | Number of frames in a window. |
SHIFT | unsigned | 0 | See Common Configuration Parameters |
API_IO | unsigned | 0 | Graph’s port API. 0 - window 1 - stream |
UUT_SSR | unsigned | 1 | Super Sample Rate SSR parameter. Defaults to 1. |
NITER | unsigned | 4 | See Common Configuration Parameters |
ROUND_MODE | unsigned | 0 | See Common Configuration Parameters |
SAT_MODE | unsigned | 1 | See Common Configuration Parameters |
STIM_TYPE | unsigned | 0 | See Common Configuration Parameters |
Note
The above configurable parameters range may exceed a library element’s maximum supported range, in which case the compilation will end with a static_assert error informing about the exceeded range.