aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-27 07:17:12 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-27 08:28:17 -0700
commit15a275969af7a8e485bdae9e153484ca5c616108 (patch)
treea62ec3d4fa798dd0c6e42ade5a655808d3a55e9f /tensorflow/compiler/xla/BUILD
parentc83bb86589a6862570e3c68c401c90ab223e2080 (diff)
[TF:XLA] Added handling for concatenation operation constant folding.
Change: 154424221
Diffstat (limited to 'tensorflow/compiler/xla/BUILD')
-rw-r--r--tensorflow/compiler/xla/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/BUILD b/tensorflow/compiler/xla/BUILD
index 7576dff0cd..65d4528421 100644
--- a/tensorflow/compiler/xla/BUILD
+++ b/tensorflow/compiler/xla/BUILD
@@ -256,6 +256,7 @@ cc_library(
":array3d",
":array4d",
":shape_util",
+ ":status_macros",
":types",
":util",
":xla_data_proto",
@@ -274,6 +275,7 @@ cc_test(
":test",
":types",
"//tensorflow/core:lib",
+ "//tensorflow/core:test",
"//tensorflow/core:test_main",
],
)