Home
last modified time | relevance | path

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

/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Dhost_callback.py1132 def _rewrite_eqn(eqn: core.JaxprEqn, eqns: List[core.JaxprEqn],
1312 def _rewrite_while_outfeed_cond(eqn: core.JaxprEqn, eqns: List[core.JaxprEqn],
/dports/math/py-jax/jax-0.2.9/jax/
H A Dcore.py84 outvars: Sequence['Atom'], eqns: Sequence['JaxprEqn']):
155 class JaxprEqn(NamedTuple): class
1552 def pp_eqn(eqn: JaxprEqn, print_shapes: bool = False) -> PrettyPrint:
1563 def pp_eqns(eqns: Sequence[JaxprEqn],