onnx-mlir/test/mlir/onnx
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
..
onnx_canonicalization.mlir Add constraints for matmul-add fusion (#67) 2020-02-07 13:51:44 -05:00
onnx_lowering.mlir Lowering ReductionMax, ReductionMin, ReductionProd and ReductionSum (#31) 2020-02-10 21:38:19 +08:00
onnx_lowering_with_dealloc.mlir Chentong319 attribute with variant (#25) 2020-01-21 19:36:21 -07:00
onnx_shape_inference.mlir Handle 1-D MATMUL N-D (#56) 2020-01-29 10:35:05 -05:00
onnx_shape_inference_maxpool.mlir Inference maxpool (#48) 2020-01-30 14:30:28 -05:00