onnx-mlir/doc
Tung D. Le 2b56c09454
Rewrite ReduceL1, ReduceL2, ReduceLogSum, ReduceLogSumExp, ReduceSumSquare in the ONNX dialect (#38)
* Rewrite ReduceSumSquare

* Edit gen_doc.py

* Revise the code

* Do shape inference after canonicalization so that there is no need to implement shape inference of rewritten ops

* Rewrite ReduceL2

* Add onnx_rewrite.cpp for all rewriting for ONNX ops

* Rewrite ReduceL1, ReduceLogSum, ReduceLogSumExp

* Edit comments

* Change the use of -> to .

* Checkout gen_doc.py from the master branch

* Use emplace_back instead of push_back

* Revise the code

* Edit comments

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-01-31 19:00:39 +08:00
..
doc_check Use a more compatible way to locate python interpreter executable. (#28) 2020-01-13 21:52:54 -05:00
CMakeLists.txt [RFC] Doc-check utility. (#12) 2020-01-09 18:35:52 -05:00
ImportONNXDefs.md Create ImportONNXDefs.md (#58) 2020-01-29 13:45:48 -05:00
gen_doc.py Rewrite ReduceL1, ReduceL2, ReduceLogSum, ReduceLogSumExp, ReduceSumSquare in the ONNX dialect (#38) 2020-01-31 19:00:39 +08:00