Searched refs:table_offset (Results 1 – 2 of 2) sorted by relevance
593 FT_ULong table_offset; member
3785 const float* table_offset = ¶ms.table[max_uint8 - max_val]; in Softmax() local3788 sum_exp += table_offset[input_data[j]]; in Softmax()3794 const float prob_rescaled = table_offset[input_data[j]] * inv_sum_exp; in Softmax()3955 const uint8_t table_offset = max_uint8 - max_val; in SoftmaxInt8LUT() local3960 uint8x16_t table_offset_dup = vdupq_n_u8(table_offset); in SoftmaxInt8LUT()3989 const uint8_t index = (input_data_uint[sum_j] ^ offset) + table_offset; in SoftmaxInt8LUT()4055 const uint8_t index = (input_data_uint[j] ^ offset) + table_offset; in SoftmaxInt8LUT()4140 const float* table_offset = ¶ms.table[max_uint8 - max_val]; in LogSoftmax() local4143 sum_exp += table_offset[input_data[j]]; in LogSoftmax()
Completed in 31 milliseconds