onnx-mlir/doc
Tung D. Le 2c7046ff5f
Lowering ReductionMax, ReductionMin, ReductionProd and ReductionSum (#31)
* Shape inference for reduction

* Lower ReduceSum

* Support list-like attributes

* Add ReduceMax, ReduceMin, ReduceProd

* Add tests

* Emit errors for unsupported types

* Typos

* Add backend test

* Fix axis computation

* Update the use of attributes

* Use SmallVector

* Address stylistic comments

* Change type from int to int64_t for indices

* Change type from int to int64_t for indices
2020-02-10 21:38:19 +08:00
..
doc_check Revert "fix name of operator output in onnxop.inc and Operator.md (#62)" (#72) 2020-02-06 10:52:57 -05:00
CMakeLists.txt [RFC] Doc-check utility. (#12) 2020-01-09 18:35:52 -05:00
ImportONNXDefs.md Op def output (#73) 2020-02-08 00:10:35 +08:00
gen_doc.py Lowering ReductionMax, ReductionMin, ReductionProd and ReductionSum (#31) 2020-02-10 21:38:19 +08:00