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.tree_util
API documentation, JAX developers, 2024 - Provides detailed API reference for functions to manipulate and inspect PyTrees, such as tree_map
, tree_leaves
, and tree_unflatten
.