Skip to content

Commit

Permalink
change xla_data_pb2 import
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Nov 18, 2018
1 parent a30e858 commit 1d90243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/lib/xla_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from absl import flags
import numpy as onp # 'onp' rather than 'np' to distinguish from autograd.numpy

from tensorflow.compiler.xla import xla_data_pb2
from . import xla_data_pb2
from . import xla_client


Expand Down

0 comments on commit 1d90243

Please sign in to comment.