Automated rollback of commit 81cbebf768

PiperOrigin-RevId: 294293201
Change-Id: I37f343775c5e203be192858f2479f254bb982188
This commit is contained in:
A. Unique TensorFlower 2020-02-10 13:39:37 -08:00 committed by TensorFlower Gardener
parent 036b77ad19
commit 7fe360458c

View File

@ -310,7 +310,6 @@ Status CpuCompiler::RunHloPassesThroughLayoutAssn(
pass.AddPass<HloConstantFolding>();
pass.AddPass<ConditionalSimplifier>();
}
pipeline.AddPass<DotDecomposer>();
pipeline.AddPass<IndexedArrayAnalysisPrinterPass>();
pipeline.AddPass<TransposeFolding>(
[&](const HloInstruction& dot,