Skip to content

Commit

Permalink
deflake
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Jun 16, 2020
1 parent 05e0716 commit 8a901ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jax/interpreters/invertible_ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
# limitations under the License.

from functools import partial
import itertools as it
from typing import Dict, Any, Callable

import jax
from jax import core
from jax import linear_util as lu
from . import ad
from . import partial_eval as pe
from .partial_eval import (PartialVal, partial_eval_jaxpr,
JaxprTracer, ConstVar, convert_constvars_jaxpr,
from .partial_eval import (PartialVal, partial_eval_jaxpr, JaxprTracer,
new_eqn_recipe, _partition_knowns)
from ..core import raise_to_shaped, get_aval, Literal, Jaxpr
from ..custom_derivatives import _initial_style_jaxpr, _resolve_kwargs
Expand Down

0 comments on commit 8a901ba

Please sign in to comment.