onnx-mlir/utils
Tung D. Le 7c1e67898d
Fuse convolution and batch normalization (#253)
* Rewriting rule

* Fix formulas

* Reuse op results

* Const propagation for Div and Sqrt

* Explicitly use ONNXConstantOp

* Minor revise

* Const propagation for unsqueeze

* Do const propagationnce all tensors have inferred shapes

* LIT tests for fusion

* Add LIT tests for constant propagation on Div, Sqrt, and Unsqueeze

* Missing dash

Co-authored-by: Tian Jin <tjingrant@gmail.com>
2020-08-18 16:41:40 +08:00
..
CMakeLists.txt Merge onnx ml into onnx (#176) 2020-06-22 20:01:56 -04:00
build-mlir.cmd Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
build-mlir.sh Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
clone-mlir-master.sh Build llvm nightly prereq images & test onnx-mlir against it regularly. (#268) 2020-08-18 08:59:50 +08:00
clone-mlir.sh Update LLVM commit ID to the version that corresponds to MLIR News, 13th edition (8/7/2020) (#248) 2020-08-14 12:52:48 +08:00
debug.py Minor bugfix. (#166) 2020-06-08 14:03:35 -04:00
gen_onnx_mlir.py Fuse convolution and batch normalization (#253) 2020-08-18 16:41:40 +08:00
install-mlir.cmd Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
install-mlir.sh Add support for Windows using Visual Studio Compiler (#86) 2020-04-19 22:11:24 +08:00
install-onnx-mlir.cmd Enable Build on Windows again and Update CI badge (#115) 2020-05-12 23:00:19 +08:00
install-onnx-mlir.sh Rapid check test (#141) 2020-06-08 10:18:55 +08:00
setup-onnx-mlir-windows.cmd Catch build failure on Windows-CI (Azure Pipelines) (#241) 2020-08-06 16:53:59 +08:00