aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Mingsheng Hong <hongm@google.com>2018-03-21 22:11:10 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-21 22:13:19 -0700
commit212a42a01d7b30fec1d6f8ca34dbf9c095938d4a (patch)
treeb6f487e198e8332346c69631e25e484102ca0c8d /tensorflow/c/BUILD
parent73bd57d80111dc957d117b6ae98bc2354f766604 (diff)
Simplified the experimental APIs related to TPU execution, by moving the graph
rewrite functionality out of it. PiperOrigin-RevId: 190016936
Diffstat (limited to 'tensorflow/c/BUILD')
-rw-r--r--tensorflow/c/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD
index c178d7f81f..4332f44e5d 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -116,6 +116,7 @@ tf_cuda_library(
":c_api",
":c_api_internal",
"//tensorflow/compiler/jit/legacy_flags:mark_for_compilation_pass_flags",
+ "//tensorflow/contrib/tpu:all_ops",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",