aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jacques Pienaar <jpienaar@google.com>2018-08-10 09:29:29 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 09:36:38 -0700
commit9e6122e6ed1940909558086a5bb4ec3b1e0d71c2 (patch)
tree92fa17e4a14a595a8864a29b4f80fd0ad9485b34
parent539b48bd417f59acbe3adee6a4a1bef0aa5c5ad7 (diff)
Change backend dep from core_cpu_internal to core_cpu_lib.
PiperOrigin-RevId: 208220542
-rw-r--r--tensorflow/compiler/xla/service/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index 3480ec4038..7d315fa0d3 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -570,7 +570,7 @@ cc_library(
"//tensorflow/compiler/xla:statusor",
"//tensorflow/compiler/xla:types",
"//tensorflow/compiler/xla:util",
- "//tensorflow/core:core_cpu_internal",
+ "//tensorflow/core:core_cpu_lib",
"//tensorflow/core:lib",
"//tensorflow/core:stream_executor_no_cuda",
"//third_party/eigen3",