onnx-mlir/src
Tung D. Le b9f2f25b56
[NFC] Categorize ONNX ops lowering (#80)
* Create two categories: elementwise and tensor

* typos

* Create directories for categories

* Edit comments

* Extract a function that creates a KrnlIterateOp

* Add comments

* Extract some common parts

* Revise softmax

* Add reduction.inc

* Move lower-frontend to lib/conversion

* Move  directory to  directory

* Change file/directory names

* Comment format

* Add matmul.inc
2020-02-19 15:17:48 +08:00
..
builder Create constant pad (#75) 2020-02-11 15:32:01 -05:00
conversion/onnx_to_krnl [NFC] Categorize ONNX ops lowering (#80) 2020-02-19 15:17:48 +08:00
dialect Split convolution into explicit padding and unpaded convolution. (#82) 2020-02-14 16:06:38 -05:00
pass [NFC] Categorize ONNX ops lowering (#80) 2020-02-19 15:17:48 +08:00
runtime flatten src directory structure 2019-12-23 00:13:52 -05:00
tool Fix dependencies for onnf-opt (#51) 2020-01-31 10:51:43 -05:00
transform Fix scalar entry point parameter lowering issue. (#78) 2020-02-13 13:50:05 +08:00
CMakeLists.txt [NFC] Categorize ONNX ops lowering (#80) 2020-02-19 15:17:48 +08:00
main.cpp Rewrite ReduceL1, ReduceL2, ReduceLogSum, ReduceLogSumExp, ReduceSumSquare in the ONNX dialect (#38) 2020-01-31 19:00:39 +08:00