aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-14 11:49:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-14 11:57:18 -0700
commit6b4b9d5c16cddebf6a91b0d027848c3c12371982 (patch)
tree9988a6b13f884ec9aa83804860b2e0b9c985ed78 /tensorflow/BUILD
parent655358afc90f426c2d7a9daaf81007d203408cdd (diff)
[XLA] Add XlaBuilder. This is the first step of implementing the client-service interface redesign. Implemented ops: Add, Call, Constant, Parameter.
PiperOrigin-RevId: 189061445
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 957528cecb..057ac79961 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -433,6 +433,7 @@ filegroup(
"//tensorflow/compiler/xla:all_files",
"//tensorflow/compiler/xla/client:all_files",
"//tensorflow/compiler/xla/client/lib:all_files",
+ "//tensorflow/compiler/xla/client/xla_client:all_files",
"//tensorflow/compiler/xla/legacy_flags:all_files",
"//tensorflow/compiler/xla/python:all_files",
"//tensorflow/compiler/xla/service:all_files",