aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_value.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_value.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_value.cc b/tensorflow/compiler/xla/service/hlo_value.cc
index 7b27dbfec3..4e3c9df3a0 100644
--- a/tensorflow/compiler/xla/service/hlo_value.cc
+++ b/tensorflow/compiler/xla/service/hlo_value.cc
@@ -125,7 +125,7 @@ bool MayUseOperandValue(int64 operand_number, const ShapeIndex& index,
// transparently.
CHECK_EQ(operand_number, 0);
return index.empty();
- case HloOpcode::kSelect:
+ case HloOpcode::kTupleSelect:
// Select does not use any nested elements of its selected-from operands
// (operand 1 and 2)
CHECK_GE(operand_number, 0);