Skip to main content

Module softmax

Module softmax 

Source
Expand description

Softmax activation operations for quantized neural networks.

Functionsยง

exp_on_negative_values
Evaluates fixed-point exponent on negative values.
one_over_one_plus_x_for_x_in_0_1
Evaluates 1 / (1 + x) for x in [0, 1] in fixed-point.
softmax_s8
Performs Softmax for int8 tensors.
softmax_s16
Performs Softmax for int16 tensors.