jax.scipy.special.xlog1py

目录

jax.scipy.special.xlog1py#

jax.scipy.special.xlog1py = <jax._src.custom_derivatives.custom_jvp object>[源代码][源代码]#

计算 x*log(1 + y),当 x=0 时返回 0。

JAX implementation of scipy.special.xlog1py.

这是定义为当 \((x, y) = (0, -1)\) 时返回 0,并使用自定义导数规则,以便在此点自动微分是良定义的。

参数:
  • x (ArrayLike) – 类数组,实值。

  • y (ArrayLike) – 类数组,实值。

返回:

包含 xlog1py 值的数组。

返回类型:

Array