aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Yuanzhong Xu <yuanzx@google.com>2018-09-12 11:30:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-12 11:33:53 -0700
commit9c270922715306efefce848b87dee3690cdddd27 (patch)
treed44a181c486484ec72c1d45664a23d8c26620f8a /tensorflow/compiler/xla/service/BUILD
parent99c4bc6612bace824725d5c4779fb5c93e44c502 (diff)
[XLA] A queue interface to allow fusion in different orders.
PiperOrigin-RevId: 212674212
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index f4e24bff34..d2bea9c8da 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -1267,6 +1267,7 @@ cc_library(
"//tensorflow/compiler/xla:util",
"//tensorflow/core:lib",
"@com_google_absl//absl/algorithm:container",
+ "@com_google_absl//absl/memory",
],
)