快速归一化指数函数运算,单例模式。
void FastMath::SoftMax(std::vector<float> &digits);
参数名
输入/输出
说明
digits
float类型的vector,原位进行softmax。