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