Home
last modified time | relevance | path

Searched defs:raise_to_shaped (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/
H A Dabstract_arrays.py34 raise_to_shaped = core.raise_to_shaped variable
H A Dcore.py1162 def raise_to_shaped(aval: AbstractValue, weak_type=None): function