Go to file
Tian Jin 685bf23b40 Enable ONNX Backend Test (#1)
* wip, commit before merging with upstream

* organize API, return wrapped output

* enable onnx backend test

* undo unintentional commit

* fix krnl ops tablegen

* format krnl ops

* reorder fillDynMemRefWithMemRef to be after fillPtrToMemRefWithDynMemRef, better comments

* more onnx backend tests

* ensure that test names refer to existing tests

* improve code readability by shortening type names

* nit

* restore unintentional changes

* more nits

* fix ; -> :

* split runtime implementation into header and body file, add support for data types

* comment on the onnx backend test

* make the comments read better

* do not dump when lowering
2019-12-22 23:14:57 -05:00
.buildbot Exit Bash Script on Error (#381) 2019-12-21 00:50:30 -05:00
src Enable ONNX Backend Test (#1) 2019-12-22 23:14:57 -05:00
test Enable ONNX Backend Test (#1) 2019-12-22 23:14:57 -05:00
third_party Enable building of first commit. 2019-12-19 14:24:37 -05:00
.clang-format clean up 2019-12-21 02:07:24 -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 Enable ONNX Backend Test (#1) 2019-12-22 23:14:57 -05:00
LICENSE Initial commit 2019-12-18 10:18:14 -05:00
MLIR.cmake Enable ONNX Backend Test (#1) 2019-12-22 23:14:57 -05:00
README.md Initial commit 2019-12-18 10:18:14 -05:00
SharingWork.md [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00

README.md

ONNF

Open Neural Network Frontend