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/11/30 15:38:16 UTC

[GitHub] [tvm] frankxyy opened a new issue, #13525: How to get the output shape of a graph module?

frankxyy opened a new issue, #13525:
URL: https://github.com/apache/tvm/issues/13525

   As the title says, I find that in the doc the method of GraphModule `get_output` need to feed a tvm ndarray of certain shape into it. However, in my case the model is an dynamic shape model. I want to know how can I get the output shape of the graph execution output at runtime? Thanks a lot.


-- 
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.apache.org

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


[GitHub] [tvm] masahi closed issue #13525: How to get the output shape of a graph module?

Posted by GitBox <gi...@apache.org>.
masahi closed issue #13525: How to get the output shape of a graph module?
URL: https://github.com/apache/tvm/issues/13525


-- 
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] masahi commented on issue #13525: How to get the output shape of a graph module?

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

   Please post a general usage question to the discussion forum. For dynamic-output model you need to use our VM.


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