aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar David Majnemer <majnemer@google.com>2018-08-28 17:08:01 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-28 17:12:30 -0700
commitde25baba51a7369bbdc5fd8051af0e9deb6a268d (patch)
tree4dd13806044b9e80128164ecaaf0d13ec2548173 /tensorflow/compiler/xla/service/BUILD
parent4dcd00066fba2bd7c504c1bc35738f804de9df67 (diff)
[XLA] Add support for algebraic simplifications involving kIota
PiperOrigin-RevId: 210634966
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index b68785949c..4aef093b04 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -1350,6 +1350,7 @@ cc_library(
hdrs = ["algebraic_simplifier.h"],
deps = [
":hlo",
+ ":hlo_casting_utils",
":hlo_creation_utils",
":hlo_pass",
":hlo_query",
@@ -1376,6 +1377,7 @@ tf_cc_test(
deps = [
":algebraic_simplifier",
":hlo",
+ ":hlo_casting_utils",
":hlo_matchers",
":hlo_pass",
"//tensorflow/compiler/xla:literal",