aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2017-12-19 17:28:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-20 10:57:07 -0800
commitd064a47543f51ff5a62927a76bb0fb0862d05558 (patch)
treede5429f36f01e084217c10370a0cff9c446b5e7a /tensorflow/c/BUILD
parent5d2e8e05c2ddca08e4fc7b17c88ac36a6036dd4b (diff)
Read ApiDef from TensorFlow Go API.
PiperOrigin-RevId: 179625412
Diffstat (limited to 'tensorflow/c/BUILD')
-rw-r--r--tensorflow/c/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD
index ef7eb5a4d1..f258bcd956 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -42,6 +42,7 @@ tf_cuda_library(
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
+ "//tensorflow/core:op_gen_lib",
],
}),
)
@@ -73,6 +74,7 @@ tf_cuda_library(
"//tensorflow/core:core_cpu",
"//tensorflow/core:core_cpu_internal",
"//tensorflow/core:framework",
+ "//tensorflow/core:op_gen_lib",
"//tensorflow/core:protos_all_cc",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",