Variable arm_nn_exp2_lut256_f16¶
Defined in File arm_nnsupportfunctions_flt.h
Variable Documentation¶
-
const uint16_t arm_nn_exp2_lut256_f16[257]¶
Quantized binary16 LUT for
2^(i/256)used by float16 helpers.Stores 257 samples for
i = 0..256so interpolation can safely readlut[idx + 1]while indexing the 256 fractional segments.