onnx-mlir/test
Alexandre Eichenberger 742e817722
Constprop2 (#167)
* initial const prop attempt

* added support for broadcast ops

* adde all binary broadcast ops into custom builders with precise type

* added test example

* working

* format

* fixed suggestion by Tung, start woring on unary

* added subtraction and neg the right way, and added elementwise mul too

* formatting changes

* format

* format

* added instructions to add new optimizations

* added propagation rules that always migrate constants toward the root of the expression, using assoc and commutativity

* format comment
2020-06-15 14:56:15 -04:00
..
backend Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
mlir Constprop2 (#167) 2020-06-15 14:56:15 -04:00
numerical Compiling Models with Large Constant Arrays (#146) 2020-06-12 10:27:05 +08:00
CMakeLists.txt Rapid check test (#141) 2020-06-08 10:18:55 +08:00