aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/plugin
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-26 13:48:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-26 13:51:52 -0700
commitb13e96e21c1229a905a623111dd89d2bd0cba53b (patch)
treed60c94e4a87554943931c438f9885c9a48556ce9 /tensorflow/compiler/plugin
parentb91b5baab23cfb8d9da269166070511c28eeaf84 (diff)
Automated g4 rollback of changelist 160183498
PiperOrigin-RevId: 160189134
Diffstat (limited to 'tensorflow/compiler/plugin')
-rw-r--r--tensorflow/compiler/plugin/executor/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/compiler/plugin/executor/BUILD b/tensorflow/compiler/plugin/executor/BUILD
index 2e5875705f..9bc706abdf 100644
--- a/tensorflow/compiler/plugin/executor/BUILD
+++ b/tensorflow/compiler/plugin/executor/BUILD
@@ -11,11 +11,9 @@ 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",
+ "//tensorflow/compiler/xla/service:hlo_evaluator",
"//third_party/eigen3",
"@local_config_cuda//cuda:cuda_headers",
"@protobuf//:protobuf_headers",