aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-10 07:17:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-10 07:21:01 -0700
commite851764c24e5ac5f527a7ce2ce12050edddeb209 (patch)
tree1d22b0cef899e325c9efee9d60c5546706aa1d44
parent028ca321cb7b476868dcb39585d5cd361d81f05f (diff)
Support kDomain instructions in the HloMatcher framework
PiperOrigin-RevId: 216525613
-rw-r--r--tensorflow/compiler/xla/service/hlo_matchers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_matchers.h b/tensorflow/compiler/xla/service/hlo_matchers.h
index 5502e565b6..b05a012b4a 100644
--- a/tensorflow/compiler/xla/service/hlo_matchers.h
+++ b/tensorflow/compiler/xla/service/hlo_matchers.h
@@ -179,6 +179,7 @@ HLO_MATCHER(Convolution);
HLO_MATCHER(Copy);
HLO_MATCHER(CrossReplicaSum);
HLO_MATCHER(Divide);
+HLO_MATCHER(Domain);
HLO_MATCHER(DynamicSlice);
HLO_MATCHER(DynamicUpdateSlice);
HLO_MATCHER(Eq);