aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Roy Frostig <frostig@google.com>2017-12-15 10:38:16 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 10:42:45 -0800
commit75a91cf3be635af4f6004f20f3c3cc50c37d3145 (patch)
tree32ca27cf5fdf175afe790c74b2d1e296dc35e3ff /tensorflow/BUILD
parent22fe6558a958c6cc81d16d371031c06e262b1c83 (diff)
Python library and C++ bindings for creating and compiling local XLA computations.
PiperOrigin-RevId: 179211353
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index d80fe5c829..9437bef99f 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -411,6 +411,7 @@ filegroup(
"//tensorflow/compiler/xla/client:all_files",
"//tensorflow/compiler/xla/client/lib:all_files",
"//tensorflow/compiler/xla/legacy_flags:all_files",
+ "//tensorflow/compiler/xla/python:all_files",
"//tensorflow/compiler/xla/service:all_files",
"//tensorflow/compiler/xla/service/cpu:all_files",
"//tensorflow/compiler/xla/service/gpu:all_files",