aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu
diff options
context:
space:
mode:
authorGravatar Adrian Kuegel <akuegel@google.com>2018-09-20 02:00:19 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 02:03:59 -0700
commit562ae317d485842159a253ad974d13f7a5f94de2 (patch)
tree332600f51f28a9522a4e33707cce0ffc0010058b /tensorflow/compiler/xla/service/cpu
parenta54310b1faa39df94dcef9ad1b5aaa0acc691e35 (diff)
Automated rollback of commit da3357ecbdd6772413e8bbceeab8238971be11ce
PiperOrigin-RevId: 213771631
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu')
-rw-r--r--tensorflow/compiler/xla/service/cpu/BUILD2
-rw-r--r--tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc1
2 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/BUILD b/tensorflow/compiler/xla/service/cpu/BUILD
index b3e4fab727..bf627986a5 100644
--- a/tensorflow/compiler/xla/service/cpu/BUILD
+++ b/tensorflow/compiler/xla/service/cpu/BUILD
@@ -631,7 +631,7 @@ cc_library(
copts = runtime_copts(),
visibility = ["//visibility:public"],
deps = [
- "//tensorflow/core:lib",
+ "//tensorflow/core:framework_lite",
"//third_party/eigen3",
],
)
diff --git a/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc b/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc
index cef5420f00..e0e7deb98e 100644
--- a/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc
+++ b/tensorflow/compiler/xla/service/cpu/runtime_key_value_sort.cc
@@ -23,7 +23,6 @@ limitations under the License.
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/platform/dynamic_annotations.h"
-#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/types.h"