Softmax
函数功能
快速归一化指数函数运算。
函数原型
1 | void FastMath::Softmax(std::vector<float> &digits); |
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
digits |
输入/输出 |
float类型的vector,原位进行softmax。 |
父主题: FastMath
快速归一化指数函数运算。
1 | void FastMath::Softmax(std::vector<float> &digits); |
参数名 |
输入/输出 |
说明 |
|---|---|---|
digits |
输入/输出 |
float类型的vector,原位进行softmax。 |