AndrewZhaoLuo opened a new issue #10161: URL: https://github.com/apache/tvm/issues/10161
Relay has many operators. In this thread: https://discuss.tvm.apache.org/t/should-relay-nn-operators-be-documented-in-the-language-reference/12001/4 @u99127 points out most operators in relay are not really documents in `relay_op.rst`. This issue is meant to track the task of autogenerating the list of relay ops in `relay_op.rst`. Technically all ops and their attributes can already be found in the op registry which can be programatically retrieved. An example is here: https://github.com/AndrewZhaoLuo/TVM-Sandbox/blob/main/relay/example_list_all_ops.py -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
