Contents

jax.experimental.maps module

Contents

Warning

This page was created from a pull request (#9655).

jax.experimental.maps module¶

API¶

mesh(devices, axis_names)

Declare the hardware resources available in the scope of this manager.

xmap(fun, in_axes, out_axes, *[, ...])

Assign a positional signature to a program that uses named array axes.