PiperOrigin-RevId: 535692853
This commit is contained in:
Yash Katariya 2023-05-26 12:57:01 -07:00 committed by jax authors
parent fe3fed3627
commit d62bc0f795

View File

@ -26,7 +26,7 @@ from jax.experimental.jax2tf import jax_export
try:
from jax.experimental.jax2tf import jax2tf # TODO: temporary
except ImportError:
jax2tf = None
jax2tf = None # type: ignore
from jax._src import core
from jax._src import test_util as jtu