Searched refs:num_bits_over_unit (Results 1 – 1 of 1) sorted by relevance
60 int num_bits_over_unit; in SoftmaxInt8() local61 int shifted_scale = ComputerReciprocal(sum_data[c], 12, &num_bits_over_unit); in SoftmaxInt8()63 …ingRoundingDoublingHighMul(shifted_scale, exp_data[axis_offset + c]), num_bits_over_unit + 31 - 8); in SoftmaxInt8()