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 Functionsvmap
Was this section helpful?
vmap
, JAX core contributors, 2024 (JAX Project) - Provides an introduction to vmap
, illustrating its use for batching computations and explaining the in_axes
parameter for handling multiple input dimensions, including nesting.vmap
, enable efficient and composable numerical computing.