aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/plugin
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-26 13:05:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-26 13:11:07 -0700
commitb91b5baab23cfb8d9da269166070511c28eeaf84 (patch)
treedec2080db06aabcd472ff534cecc4f915977c046 /tensorflow/compiler/plugin
parent0a6d5cda495010559a1de3e2c2d2a22672f517a6 (diff)
Merge changes from github followup.
PiperOrigin-RevId: 160183498
Diffstat (limited to 'tensorflow/compiler/plugin')
-rw-r--r--tensorflow/compiler/plugin/executor/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/compiler/plugin/executor/BUILD b/tensorflow/compiler/plugin/executor/BUILD
index 9bc706abdf..2e5875705f 100644
--- a/tensorflow/compiler/plugin/executor/BUILD
+++ b/tensorflow/compiler/plugin/executor/BUILD
@@ -11,9 +11,11 @@ cc_library(
"*.h",
]),
deps = [
+ "//tensorflow/compiler/jit:xla_device",
"//tensorflow/compiler/jit:xla_jit_headers_lib",
+ "//tensorflow/compiler/tf2xla:xla_compiler",
"//tensorflow/compiler/xla:xla_headers_lib",
- "//tensorflow/compiler/xla/service:hlo_evaluator",
+ "//tensorflow/compiler/xla/service",
"//third_party/eigen3",
"@local_config_cuda//cuda:cuda_headers",
"@protobuf//:protobuf_headers",