onnx-mlir/src
Anh Leu 2ee725d939
Add CastOp lowering (#259)
* 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

* working on cast lowering

* cast lowering working

* correct onnx version

* update onnx md

* add test for tensor<10xf64>
2020-08-11 16:07:13 -04:00
..
Builder Use map when Import onnx node (#230) 2020-07-27 12:25:21 -04:00
Conversion Add CastOp lowering (#259) 2020-08-11 16:07:13 -04:00
Dialect Add shape inference for Ops used by BERT (#249) 2020-08-07 13:08:00 +08:00
Interface Error fix3 (#145) 2020-05-27 10:09:28 +08:00
Pass [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
Runtime include stdlib.h on macOS (#236) 2020-07-30 16:48:31 +08:00
Tool Add emitjni target (#204) 2020-07-11 13:23:13 +08:00
Transform [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
CMakeLists.txt Update CMakeLists.txt (#240) 2020-07-31 16:36:03 +08:00
ExternalUtil.hpp.in Call LLVM opt to optimize bitcode (#245) 2020-08-03 11:46:21 +08:00
InitMLIRPasses.hpp Add selected MLIR options (#213) 2020-07-09 18:12:57 -04:00
InitOMPasses.hpp [NFC] Rename passes for stylistic consistency. (#232) 2020-07-31 21:37:35 +08:00
MainUtils.cpp Call LLVM opt to optimize bitcode (#245) 2020-08-03 11:46:21 +08: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