Home
last modified time | relevance | path

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

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dspan-bar-stub-engraver.cc169 SCM axis_groups = SCM_EOL; in stop_translation_timestep() local
178 axis_groups = scm_cons (scm_car (s), axis_groups); in stop_translation_timestep()
180 axis_groups_ = axis_groups; in stop_translation_timestep()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dspan-bar-stub-engraver.cc167 SCM axis_groups = SCM_EOL; in stop_translation_timestep() local
176 axis_groups = scm_cons (scm_car (s), axis_groups); in stop_translation_timestep()
178 axis_groups_ = axis_groups; in stop_translation_timestep()
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Dmaps.py548 xla.axis_groups(axis_env, tuple(out_axes.keys())))
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dparallel.py518 replica_groups = xla.axis_groups(axis_env, axis_name)
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py507 def axis_groups(axis_env: AxisEnv, name): function
H A Dpxla.py1288 xla.axis_groups(axis_env, axis_env.names[-1]))