Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Base-2 logarithm of x.
LAX-backend implementation of log2().
log2()
Original docstring below.
x (array_like) – Input values.
y – Base-2 logarithm of x. This is a scalar if x is a scalar.
ndarray