Sigmoid
函数功能
快速Sigmoid函数运算。
函数原型
1 | inline float FastMath::Sigmoid(float x); |
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
x |
输入 |
指数。 |
返回参数说明
数据结构 |
说明 |
|---|---|
float |
运算结果。 |
父主题: FastMath
快速Sigmoid函数运算。
1 | inline float FastMath::Sigmoid(float x); |
参数名 |
输入/输出 |
说明 |
|---|---|---|
x |
输入 |
指数。 |
数据结构 |
说明 |
|---|---|
float |
运算结果。 |