aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Tim Shen <timshen@google.com>2018-09-18 16:58:32 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-18 17:06:21 -0700
commit93b5dea9663c00d3bb06348143b50b73b6fbacfb (patch)
treea87ca501119eb76a868fc9f83381e28a5369cfe0 /tensorflow/compiler/xla/service/BUILD
parentf7b54ae1b4b215b2944e232ca51604aad1356930 (diff)
Add ConstantScalar, WithPredicate, Disjunction, and OpAnyOrder (where Op
is a commutative binary operator) to the XLA pattern matcher. PiperOrigin-RevId: 213543953
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index fb80c78f68..68bf56c1b1 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -365,8 +365,11 @@ cc_library(
hdrs = ["pattern_matcher.h"],
deps = [
":hlo",
+ ":hlo_casting_utils",
+ "//tensorflow/compiler/xla:literal_util",
"//tensorflow/compiler/xla:shape_util",
"@com_google_absl//absl/strings",
+ "@com_google_absl//absl/utility",
],
)