Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py629 def _flatten_shape(s, index): function
637 yield from _flatten_shape(sub, subindex)
640 return tuple(_flatten_shape(s, index=()))