onnx-mlir/test/mlir/onnx
Tung D. Le aea6479ad3
Lower BatchNormalization (test mode) to Krnl dialect (#70)
* Add ONNXBatchNormalizationTestModeOp and its shape inference

* Lower batchnormalization test mode

* re-use scale, bias, mean, and variance

* Add MLIR tests

* Add e2e tests

* fix typos

* Fix a bug in MLIR tests

* Change type from int to int64_t for indices

* Uncomment e2e tests due to segmentation fault

* Uncomment e2e tests due to segmentation fault

* Revise the code

* [Tian] Fix segmentation fault in e2e tests

* Re-generate onnx.md to include BatchNormalizationTestModeOp

* Reverse an unintentional change

* Fix some typos in comments

* Use convertToMemRefType from the master branch

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
2020-02-20 11:45:40 -05:00
..
onnx_canonicalization.mlir Split convolution into explicit padding and unpaded convolution. (#82) 2020-02-14 16:06:38 -05:00
onnx_lowering.mlir Lower BatchNormalization (test mode) to Krnl dialect (#70) 2020-02-20 11:45:40 -05:00
onnx_lowering_with_dealloc.mlir Chentong319 attribute with variant (#25) 2020-01-21 19:36:21 -07:00
onnx_shape_inference.mlir Allow 1-D convolutions. (#86) 2020-02-14 10:54:08 -05:00
onnx_shape_inference_maxpool.mlir Inference maxpool (#48) 2020-01-30 14:30:28 -05:00