aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_element_type_converter.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-08 22:36:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 22:40:03 -0700
commit1c0581be7667dc49688871fa3324408ce1d0795e (patch)
treec54a8e5cb8ef06a389e2c5614d98c84dd706e856 /tensorflow/compiler/xla/service/hlo_element_type_converter.cc
parent2b4e1e81401e3d8a06270adf2d7073e533549e14 (diff)
[XLA] Add evaluation support for Scatter HLO.
PiperOrigin-RevId: 207997448
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_element_type_converter.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_element_type_converter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_element_type_converter.cc b/tensorflow/compiler/xla/service/hlo_element_type_converter.cc
index c804f4364f..b9244b8e9e 100644
--- a/tensorflow/compiler/xla/service/hlo_element_type_converter.cc
+++ b/tensorflow/compiler/xla/service/hlo_element_type_converter.cc
@@ -144,6 +144,7 @@ StatusOr<bool> HloElementTypeConverter::Run(HloModule* module) {
opcode == HloOpcode::kCrossReplicaSum ||
opcode == HloOpcode::kFusion || opcode == HloOpcode::kMap ||
opcode == HloOpcode::kReduce || opcode == HloOpcode::kReduceWindow ||
+ opcode == HloOpcode::kScatter ||
opcode == HloOpcode::kSelectAndScatter ||
opcode == HloOpcode::kConditional) {
continue;