[all-commits] [llvm/llvm-project] 119bf5: Fix invalid math formulas in quantization doc
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Mon May 31 20:51:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 119bf57ab6de49a3e61b9200c917a6d30ac6f0ad
https://github.com/llvm/llvm-project/commit/119bf57ab6de49a3e61b9200c917a6d30ac6f0ad
Author: Lewuathe <lewuathe at me.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M mlir/docs/Quantization.md
Log Message:
-----------
Fix invalid math formulas in quantization doc
A single backslash is not properly escaped in the web documentation. We can make sure to escape for rendering subscripts.
Additionally, it also fixed the mal-formed equations in //"Affine to fixed point"// and //"Fixed point to affine"// sections. With this fix, the page is rendered as follows.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D101252
More information about the All-commits
mailing list