You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/02/03 23:17:03 UTC

[GitHub] [tvm] AndrewZhaoLuo opened a new issue #10161: [Docs] Autogenerate Relay Reference Docs From "Describe" Attributes

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] AndrewZhaoLuo commented on issue #10161: [Docs] Autogenerate Relay Reference Docs From "Describe" Attributes

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on issue #10161:
URL: https://github.com/apache/tvm/issues/10161#issuecomment-1047408072


   It's yours @JOE1994  B) 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] JOE1994 commented on issue #10161: [Docs] Autogenerate Relay Reference Docs From "Describe" Attributes

Posted by GitBox <gi...@apache.org>.
JOE1994 commented on issue #10161:
URL: https://github.com/apache/tvm/issues/10161#issuecomment-1047399572


   I'd like to try working on this one if that's okay :cat: 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org