change xla_data_pb2 import

This commit is contained in:
Matthew Johnson 2018-11-17 22:58:30 -08:00
parent a30e858e59
commit 1d902436ce

View File

@ -29,7 +29,7 @@ import warnings
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