onnx-mlir/test
Tung D. Le 1882059ac9
Support Pads for MaxPoolSingleOut (#14)
* Support Pads for MaxPoolSingleOut

* Regenerate onnx.md to include the new op

* Edit comments

* Undo redundant parts that were unintentionally changed

* Move declarative rewriting rules into canonicalize to avoid creating a new op

* Reformat the rewriting rule pattern of MaxPoolSingleOut

* Put ONNXPadConstantValuePadOp's build method into a .cpp file instead of a tablegen file

* Use the same helper function as the one in inferShape for the ONNXPadConstantValuePadOp's build method

* Change function names and fix padding for the spatial dimensions

* Call shape-inference again after canonicalization to infer shape for newly added ops during canonicalization.

* Fix typos
2020-03-09 20:15:58 -04:00
..
backend Lower MaxPoolSingleOutOp to Krnl dialect (#1) 2020-03-04 14:27:21 -05:00
mlir Support Pads for MaxPoolSingleOut (#14) 2020-03-09 20:15:58 -04:00
CMakeLists.txt Enable e2e tests (#29) 2020-01-20 12:30:08 -05:00