Go to file
GHEORGHE-TEOD BERCEA e81a7654f9 [MLIR] Add support for reshape (#390)
* Add reshape op handling.

* Lower reshape to KRNL dialect.

* Add comments.

* Propagate reshape to KRNL IR.

* Lower KRNL reshape to affine and standard ops level dialects.

* Add lowering of reshape operation to Krnl and LLVM Dialects.

* Add test for LLVM IR dialect output for reshape.

* Fix rebase.

* Fix test variable.

* Emit errors during reshape shape inference. Address other reviewer comments.
2019-12-21 02:06:14 -05:00
.buildbot Exit Bash Script on Error (#381) 2019-12-21 00:50:30 -05:00
src [MLIR] Add support for reshape (#390) 2019-12-21 02:06:14 -05:00
test [MLIR] Add support for reshape (#390) 2019-12-21 02:06:14 -05:00
third_party Enable building of first commit. 2019-12-19 14:24:37 -05:00
.gitignore Initial commit 2019-12-18 10:18:14 -05:00
.gitmodules Enable building of first commit. 2019-12-19 14:24:37 -05:00
CMakeLists.txt [MLIR] Refactor Krnl Dialect and Krnl Dialect Lowering (#375) 2019-12-21 01:34:14 -05:00
LICENSE Initial commit 2019-12-18 10:18:14 -05:00
MLIR.cmake [MLIR] Refactor Krnl Dialect and Krnl Dialect Lowering (#375) 2019-12-21 01:34:14 -05:00
README.md Initial commit 2019-12-18 10:18:14 -05:00
SharingWork.md [MLIR] Add support for Max, Min, Sum, Elu, Selu, LeakyRelu, HardSigmoid (#395) 2019-12-21 02:02:09 -05:00

README.md

ONNF

Open Neural Network Frontend