onnx-mlir/test/mlir/onnx
Tung D. Le 4d8b855c17
Unify codes in shape inference and conversion (#98)
* Use AffineMap

* Shared AffineMap

* AffineMap for Conv/Pooling

* Create helper files

* Remove changes for Relu

* Remove redundant includes

* Use AffineMap for AveragePool's shape inference

* Add MLIR tests for unknown dimension case

* Extract a method AffineMapIntConstant

* Comment stylist and include path

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
2020-05-14 17:31:33 +08:00
..
onnx_canonicalization.mlir Lower MaxPooling and AveragePool to Krnl dialect using AffineMap (#38) 2020-04-19 21:39:34 +08:00
onnx_decompose.mlir Add the split marker to test files (#90) 2020-04-16 15:17:27 +08:00
onnx_elide_constants.mlir Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
onnx_krnl_global_elision.mlir Rework output to improve readability of intermediate MLIR code. (#87) 2020-04-24 16:15:36 -04:00
onnx_lowering.mlir Unify codes in shape inference and conversion (#98) 2020-05-14 17:31:33 +08:00
onnx_lowering_with_dealloc.mlir Add the split marker to test files (#90) 2020-04-16 15:17:27 +08:00
onnx_shape_inference.mlir Lower LSTMOp to Krnl dialect (#73) 2020-05-13 21:08:06 +08:00
onnx_shape_inference_maxpool.mlir Add the split marker to test files (#90) 2020-04-16 15:17:27 +08:00