Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Warning
This page was created from a pull request (#9655).
Compute x*log(y) so that the result is 0 if x = 0.
x*log(y)
x = 0
LAX-backend implementation of xlogy().
xlogy()
Original docstring below.
x (array_like) β Multiplier
y (array_like) β Argument
z β Computed x*log(y)
array_like
previous
jax.scipy.special.xlog1py
next
jax.scipy.special.zeta