aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-09 06:58:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 07:03:05 -0700
commite730b261f9028b2f3430461b82c30c86b9ece22f (patch)
tree21e03c5b6d86daf7d91820be31657d7d63809d1b /tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
parent69f60d4c8cb5edb6fdc63b837b6db29562d28744 (diff)
Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccf
PiperOrigin-RevId: 216350134
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc')
-rw-r--r--tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc b/tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
index f401eac016..c22adcdd8d 100644
--- a/tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
+++ b/tensorflow/compiler/xla/service/hlo_dataflow_analysis.cc
@@ -126,7 +126,7 @@ bool HloDataflowAnalysis::ValueIsDefinedAt(const HloInstruction* instruction,
const HloValue& HloDataflowAnalysis::GetValueDefinedAt(
const HloInstruction* instruction, const ShapeIndex& index) const {
- CHECK(ValueIsDefinedAt(instruction, index)) << instruction->ToString();
+ CHECK(ValueIsDefinedAt(instruction, index));
return GetUniqueValueAt(instruction, index);
}