aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Mingsheng Hong <hongm@google.com>2018-03-14 20:35:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-14 20:39:40 -0700
commit357cd4b8b2f960520fc57b6cfbf41117a2a20fc7 (patch)
treec94127f490b1a5d7179573c431f643c404d03d8f /tensorflow/c/BUILD
parentd832e0e1b15302aa76ce6db121bdeb15d2dfd0f4 (diff)
Internal change.
PiperOrigin-RevId: 189131526
Diffstat (limited to 'tensorflow/c/BUILD')
-rw-r--r--tensorflow/c/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD
index 29ed957c9a..c178d7f81f 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -116,6 +116,9 @@ tf_cuda_library(
":c_api",
":c_api_internal",
"//tensorflow/compiler/jit/legacy_flags:mark_for_compilation_pass_flags",
+ "//tensorflow/core:core_cpu",
+ "//tensorflow/core:framework",
+ "//tensorflow/core:lib",
"//tensorflow/core:protos_all_cc",
],
)