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