View source on GitHub |
Converts a JAXpr into a tuple of output JaxExpression
s.
oryx.experimental.matching.jax_rewrite.jaxpr_to_expressions(
jaxpr: jax_core.Jaxpr
) -> Tuple[Expr]
Args | |
---|---|
jaxpr
|
a jax.core.Jaxpr to be converted into a tuple of JaxExpression s.
|
Returns | |
---|---|
A tuple of JaxExpression s.
|