Home
last modified time | relevance | path

Searched refs:num_bits_over_unit (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dsoftmax_int8.c60 int num_bits_over_unit; in SoftmaxInt8() local
61 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()