Include op results in generate TensorFlow/TFLite op docs
authorLei Zhang <antiagainst@google.com>
Tue, 29 Jan 2019 18:28:56 +0000 (10:28 -0800)
committerjpienaar <jpienaar@google.com>
Fri, 29 Mar 2019 23:00:53 +0000 (16:00 -0700)
commita759cf3190b33291d457b097b30d5137716ca86f
treeba41d00af0f8c8a2fe8bda0b2f7dcada6bee9532
parentc0e9e5eb076f21b56292d0df7e9d01093933b811
Include op results in generate TensorFlow/TFLite op docs

* Emitted result lists for ops.
* Changed to allow empty summary and description for ops.
* Avoided indenting description to allow proper MarkDown rendering of
  formatting markers inside description content.
* Used fixed width font for operand/attribute names.
* Massaged TensorFlow op docs and generated dialect op doc.

PiperOrigin-RevId: 231427574
mlir/include/mlir/IR/op_base.td
mlir/tools/mlir-tblgen/OpDocGen.cpp