onnx-mlir/doc
Tung D. Le 479dd5e35a
Add result type inference to op definition (#87)
* Add result type inference to op definition

* Edit MLIR tests

* Fix result type for Mul

* Format comments

* Return UnrankedTensorType as result type

* Just for testing -split-input-file

* Undo: Just for testing -split-input-file

* Extract a function, get_operand_ins, that gets operand types; rewrite gen_attr_ins function

* Generate custom builders

* Call existing build methods

* Add comments

* Minor changes

* Generate build methods with attributes

* Add support of variadic type

* Do not generate custom build methods for ops having only attributes

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
2020-02-21 22:28:24 +08:00
..
Dialects Lower BatchNormalization (test mode) to Krnl dialect (#70) 2020-02-20 11:45:40 -05:00
doc_check Using Tablegen to Generate Op Documentation (#74) 2020-02-10 14:18:54 -05:00
CMakeLists.txt [RFC] Doc-check utility. (#12) 2020-01-09 18:35:52 -05:00
ImportONNXDefs.md Op def output (#73) 2020-02-08 00:10:35 +08:00
gen_doc.py Add result type inference to op definition (#87) 2020-02-21 22:28:24 +08:00