Variable arm_nn_tanh_lut_f32¶
Defined in File arm_nnsupportfunctions_flt.h
Variable Documentation¶
-
const float32_t arm_nn_tanh_lut_f32[385]¶
LUT for tanh(x) sampled over
x in [0, 6]for float32 helpers.Stores 385 samples so interpolation can safely read
lut[idx + 1]while indexing the 384 fractional segments across the interval. The grid spacing (6/384 == 1/64) matches the earlier 257-entry[0, 4]table, so entries0..256are bit-identical to it and the index multiplier is unchanged. Generated byscripts/gen_tanh_lut_f32.py.