aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Scott Zhu <scottzhu@google.com>2018-04-13 17:52:20 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-13 17:57:27 -0700
commit3652556dab3ebfe0152232facc7304fe5754aecb (patch)
tree9a9cecde4c85dc53548a185f9bd6d7c6e0591262 /tensorflow/BUILD
parentef24ad14502e992716c49fdd5c63e6b2c2fb6b5a (diff)
Merge changes from github.
PiperOrigin-RevId: 192850372
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index cfafffdd13..f2ad16fa04 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -450,11 +450,12 @@ tf_cc_shared_object(
linkstatic = 1,
visibility = ["//visibility:public"],
deps = [
+ "//tensorflow/core:core_cpu_impl",
"//tensorflow/core:framework_internal_impl",
+ "//tensorflow/core:gpu_runtime_impl",
+ "//tensorflow/core/grappler/optimizers:custom_graph_optimizer_registry_impl",
"//tensorflow/core:lib_internal_impl",
- "//tensorflow/core:core_cpu_impl",
"//tensorflow/stream_executor:stream_executor_impl",
- "//tensorflow/core:gpu_runtime_impl",
] + tf_additional_binary_deps(),
)