Skip to content

Commit

Permalink
Trivial change for backward compatibility stub.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 445564091
  • Loading branch information
mattjj authored and jax authors committed Apr 30, 2022
1 parent a682a37 commit 290c90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jax/interpreters/partial_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2135,3 +2135,5 @@ def trace_to_subjaxpr(main: core.MainTrace, instantiate: Union[bool, Sequence[bo
out_pvals = [t.pval for t in out_tracers]
del trace, in_tracers, out_tracers
yield jaxpr, (out_pvals, consts, env)

partial_eval_jaxpr: Callable

0 comments on commit 290c90d

Please sign in to comment.