jax.jit
jit
jit
jit
grad
jax.grad
grad
of grad
)jax.value_and_grad
)vmap
jax.vmap
in_axes
, out_axes
)vmap
vmap
with jit
and grad
vmap
pmap
jax.pmap
in_axes
, out_axes
)lax.psum
, lax.pmean
, etc.)pmap
with other Transformationspmap
ped FunctionsWas this section helpful?
jax.numpy
array library, hardware acceleration capabilities, and an overview of its foundational differences from NumPy.ndarray
), its mutable behavior, and CPU-bound execution model, providing a baseline for comparison with JAX..at
, and other distinctions crucial for effective JAX programming.