Softmax
Function Usage
Performs the fast softmax operation.
Prototype
1 | void FastMath::Softmax(std::vector<float> &digits); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
digits |
Input/Output |
Softmax is performed on the float-type vector in the original position. |
Parent topic: FastMath