Fix typo in algebraic_simplifier.cc.

PiperOrigin-RevId: 244413848
This commit is contained in:
A. Unique TensorFlower 2019-04-19 13:38:27 -07:00 committed by TensorFlower Gardener
parent 2e9837276a
commit c75ecf3c93

View File

@ -299,7 +299,7 @@ class AlgebraicSimplifierVisitor : public DfsHloVisitorWithDefault {
HloInstruction::CreateConvert(changed_shape, hlo));
}
// Transposes a dot operand such that the batch dimensions are the msot major,
// Transposes a dot operand such that the batch dimensions are the most major,
// and the contracting dimensions are most minor.
StatusOr<HloInstruction*> NormalizeDotOperandToBatchMajorAndContractingMinor(
HloInstruction* dot_operand, absl::Span<const int64> batch_dimensions,