onnx-mlir/test/backend
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
..
CMakeLists.txt Enable e2e tests (#29) 2020-01-20 12:30:08 -05:00
test.py Lowering ReductionMax, ReductionMin, ReductionProd and ReductionSum (#31) 2020-02-10 21:38:19 +08:00
test_config.py.in Enable e2e tests (#29) 2020-01-20 12:30:08 -05:00