aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
diff options
context:
space:
mode:
authorGravatar Frank Chen <frankchn@google.com>2017-06-12 23:50:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-12 23:53:48 -0700
commit689d5beed4d7c116a9e33ef71d54b4c2cd98c685 (patch)
treefdd1e49cf080a3697355b6a8b2d8ad88062c0417 /tensorflow/compiler/xla/BUILD
parentde702291b0d160ae8ef13448311b666d71c0d47a (diff)
Introduces new operations and Python bindings for the Cloud TPU offering.
Please note that the API should not be considered stable and is subject to change. PiperOrigin-RevId: 158812989
Diffstat (limited to 'tensorflow/compiler/xla/BUILD')
-rw-r--r--tensorflow/compiler/xla/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/BUILD b/tensorflow/compiler/xla/BUILD
index a01d9fdb71..4ce8532dc7 100644
--- a/tensorflow/compiler/xla/BUILD
+++ b/tensorflow/compiler/xla/BUILD
@@ -6,6 +6,7 @@ package_group(
name = "friends",
packages = [
"//tensorflow/compiler/...",
+ "//tensorflow/contrib/tpu/...",
"//tensorflow/contrib/xla_tf_graph/...",
],
)