Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py513 mesh_spec = axis_env.sizes + (trailing_size,)
514 return _axis_groups(mesh_spec, mesh_axes)
516 def _axis_groups(mesh_spec, mesh_axes): argument
526 iota = np.arange(prod(mesh_spec)).reshape(mesh_spec)
529 (prod(np.take(mesh_spec, mesh_axes)), -1))