jax.lax.logistic# jax.lax.logistic(x)[源代码]# 元素级逻辑(sigmoid)函数:\(\frac{1}{1 + e^{-x}}\)。 参数: x (ArrayLike) 返回类型: Array