jax.lax.logistic# jax.lax.logistic(x)[source]# 逐元素逻辑(sigmoid)函数:\(\frac{1}{1 + e^{-x}}\). 参数: x (ArrayLike) 返回类型: 数组