From 7fe360458c140c5bad894b965075d46f1356c75c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 10 Feb 2020 13:39:37 -0800 Subject: [PATCH] Automated rollback of commit 81cbebf768c2340b3d334b6232dc2db09d8cdbe8 PiperOrigin-RevId: 294293201 Change-Id: I37f343775c5e203be192858f2479f254bb982188 --- tensorflow/compiler/xla/service/cpu/cpu_compiler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/compiler/xla/service/cpu/cpu_compiler.cc b/tensorflow/compiler/xla/service/cpu/cpu_compiler.cc index 446179c217f..8fbe29f417c 100644 --- a/tensorflow/compiler/xla/service/cpu/cpu_compiler.cc +++ b/tensorflow/compiler/xla/service/cpu/cpu_compiler.cc @@ -310,7 +310,6 @@ Status CpuCompiler::RunHloPassesThroughLayoutAssn( pass.AddPass(); pass.AddPass(); } - pipeline.AddPass(); pipeline.AddPass(); pipeline.AddPass( [&](const HloInstruction& dot,