Internal visibility change

PiperOrigin-RevId: 484340424
This commit is contained in:
Hyeontaek Lim 2022-10-27 13:48:40 -07:00 committed by jax authors
parent 0c119cbb59
commit fc8f40ce0e

View File

@ -34,6 +34,10 @@ from jax.experimental import pjit as pjit_lib
import jax.numpy as jnp
import numpy as np
from jax.config import config
config.parse_flags_with_absl()
partial = functools.partial