Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py96 def aval_to_xla_shapes(aval): function
802 for xla_shape in aval_to_xla_shapes(a)]
806 for xla_shape in aval_to_xla_shapes(a)]
819 [shape for a in avals for shape in aval_to_xla_shapes(a) if a is not abstract_token])
H A Dsharded_jit.py239 *xla.aval_to_xla_shapes(aval))
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py5943 for x in shapes for shape in xla.aval_to_xla_shapes(x))