nn::gr::CTR::LookUpTable::SetNotAbsTable Member Function
void SetNotAbsTable(
const f32 table[LOOKUP_TABLE_ELEMENT_NUM],
const f32 lastDiffValue = 0.0f
);
| Name | Description | |
|---|---|---|
| in | table[LOOKUP_TABLE_ELEMENT_NUM] | 256 units of lookup data. Make the 0'th item correspond to an input value of -1.0 and the 255'th item correspond to an input value of 1.0. |
| in | lastDiffValue | The last difference value of the lookup data. |
Configures a lookup table with input values between -1.0 and 1.0.
CONFIDENTIAL