设置alpha参数。
void SetAlpha(float a) noexcept;
alpha参数由以下激活函数使用:LeakyRelu、Clip、HardSigmoid、Swish。它被其他激活函数忽略。
参数名
输入/输出
说明
a
输入
alpha参数。
无