aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/instruction_fusion.cc
diff options
context:
space:
mode:
authorGravatar Chris Leary <leary@google.com>2017-09-25 13:48:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-25 13:52:10 -0700
commitb9611a5fd29cf5ab34aa06e6464f178154ba202f (patch)
tree90fa75a1a273d50e5aa988e72d1f803ab2b84b88 /tensorflow/compiler/xla/service/instruction_fusion.cc
parent5241ff88f5574991bc418d98d60dba5bd0124d03 (diff)
[XLA] Add support for QuantizeAndDequantizeV2.
PiperOrigin-RevId: 169955636
Diffstat (limited to 'tensorflow/compiler/xla/service/instruction_fusion.cc')
-rw-r--r--tensorflow/compiler/xla/service/instruction_fusion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/instruction_fusion.cc b/tensorflow/compiler/xla/service/instruction_fusion.cc
index 30fbae3520..573c0d16bc 100644
--- a/tensorflow/compiler/xla/service/instruction_fusion.cc
+++ b/tensorflow/compiler/xla/service/instruction_fusion.cc
@@ -67,6 +67,7 @@ namespace xla {
case HloOpcode::kReducePrecision:
case HloOpcode::kReshape:
case HloOpcode::kReverse:
+ case HloOpcode::kRoundNearestAfz:
case HloOpcode::kSelect:
case HloOpcode::kSign:
case HloOpcode::kSin: