jax.lax.logistic# jax.lax.logistic(x)[原始碼]# 元素級 logistic (sigmoid) 函數:\(\frac{1}{1 + e^{-x}}\)。 參數: x (ArrayLike) 回傳類型: Array