Skip to content

Commit 1a8aae0

Browse files
author
jax authors
committed
Merge pull request #20768 from chaserileyroberts:chase/eval_jaxpr_in_extend
PiperOrigin-RevId: 625830536
2 parents d44b16c + 74c2e25 commit 1a8aae0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jax/extend/core/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,15 @@
1919
array_types as array_types
2020
)
2121

22+
from jax._src.core import (
23+
ClosedJaxpr as ClosedJaxpr,
24+
Jaxpr as Jaxpr,
25+
JaxprEqn as JaxprEqn,
26+
jaxpr_as_fun as jaxpr_as_fun,
27+
Literal as Literal,
28+
Primitive as Primitive,
29+
Token as Token,
30+
Var as Var,
31+
)
32+
2233
from . import primitives as primitives

0 commit comments

Comments
 (0)