Searched defs:SoftmaxOpData (Results 1 – 1 of 1) sorted by relevance
73 struct SoftmaxOpData { struct74 struct SoftmaxParams params = {};75 float table[256];77 uint8_t uint8_table1[256];78 uint8_t uint8_table2[256];80 static constexpr int kInt16LUTArraySize = lut_size<int16_t>();81 int16_t exp_lut[kInt16LUTArraySize]; // int16 LUT for exp(x), where x uniform83 int16_t one_over_one_plus_x_lut[kInt16LUTArraySize]; // int16 LUT for 1 /