jax.nn.soft_sign# jax.nn.soft_sign(x)[源代码][源代码]# 软符号激活函数。 计算逐元素函数 \[\mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\] 参数: x (ArrayLike) – 输入数组 返回类型: Array