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 2021/12/13 02:06:40 UTC

[GitHub] [tvm] shengxinhu commented on a change in pull request #9669: [BugFix] shapeOfAttrs should be registered before "vm.shape_of" used

shengxinhu commented on a change in pull request #9669:
URL: https://github.com/apache/tvm/pull/9669#discussion_r767371383



##########
File path: src/relay/op/vm/vm.cc
##########
@@ -41,6 +41,9 @@
 namespace tvm {
 namespace relay {
 
+// shape_of
+TVM_REGISTER_NODE_TYPE(ShapeOfAttrs);

Review comment:
       ok




-- 
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