()
| 1601 | |
| 1602 | @functools.partial(jax.jit, out_shardings=shardings) |
| 1603 | def initialize(): |
| 1604 | return jax.tree_util.tree_map(lambda x: jnp.zeros(x.shape, x.dtype), abstract_outputs) |
| 1605 | |
| 1606 | init_state = initialize() |
| 1607 | cache = init_state["cache"] |
no outgoing calls
no test coverage detected