onnx-mlir/src
Anh Leu a611c145f4
Add Rewrite rule to eliminate CastOp when input element type is the same as expected output element type (#237)
* move scalerop to decompose

* change clang format

* change clang format

* add shape inference for scaler op

* fixing generated onnxop

* generate onnx.md

* add benefit for scaler decompose and simplify scaler shape inference

* cast rewrite only for float

* add cast op same type rewrite rule

* fix format

Co-authored-by: chentong319 <chentong@us.ibm.com>
2020-07-27 12:49:14 -04:00
..
Builder Use map when Import onnx node (#230) 2020-07-27 12:25:21 -04:00
Conversion Revert "Emit allocs at the top of functions (#222)" (#226) 2020-07-21 18:30:39 -04:00
Dialect Add Rewrite rule to eliminate CastOp when input element type is the same as expected output element type (#237) 2020-07-27 12:49:14 -04:00
Interface Error fix3 (#145) 2020-05-27 10:09:28 +08:00
Pass Bundle individual memory pools into a single memory pool (#183) 2020-07-08 12:35:31 -04:00
Runtime Add PIC property to RtMemRefUtils (#225) 2020-07-22 14:15:25 +08:00
Tool Add emitjni target (#204) 2020-07-11 13:23:13 +08:00
Transform Add Rewrite rule to eliminate CastOp when input element type is the same as expected output element type (#237) 2020-07-27 12:49:14 -04:00
CMakeLists.txt Add emitjni target (#204) 2020-07-11 13:23:13 +08:00
ExternalUtil.hpp.in Add emitjni target (#204) 2020-07-11 13:23:13 +08:00
InitMLIRPasses.hpp Add selected MLIR options (#213) 2020-07-09 18:12:57 -04:00
InitOMPasses.hpp Bundle individual memory pools into a single memory pool (#183) 2020-07-08 12:35:31 -04:00
MainUtils.cpp Revert "Emit allocs at the top of functions (#222)" (#226) 2020-07-21 18:30:39 -04:00
MainUtils.hpp Add emitjni target (#204) 2020-07-11 13:23:13 +08:00
main.cpp Add emitjni target (#204) 2020-07-11 13:23:13 +08:00