onnx-mlir/test
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
..
mlir [MLIR] Add broadcasting support for element wise operations (#398) 2019-12-21 02:08:27 -05:00
CMakeLists.txt [MLIR] Lowering of frontend dialect to KRNL dialect (#382) 2019-12-21 01:11:14 -05:00
onnx_backend_test.py Enable ONNX Backend Test (#1) 2019-12-22 23:14:57 -05:00