Home
last modified time | relevance | path

Searched refs:mesh_axes (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py510 mesh_axes = tuple(unsafe_map(partial(axis_read, axis_env), name))
514 return _axis_groups(mesh_spec, mesh_axes)
516 def _axis_groups(mesh_spec, mesh_axes): argument
528 np.moveaxis(iota, mesh_axes, np.arange(len(mesh_axes))),
529 (prod(np.take(mesh_spec, mesh_axes)), -1))