jax.experimental.pallas.loop#

jax.experimental.pallas.loop(lower, upper, *, step=1, unroll=None)[source]#

Returns a decorator that calls the decorated function in a loop.

Parameters:
Return type:

Callable[[Callable[[Array], None]], None]