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/03/04 19:26:01 UTC

[GitHub] [tvm] comaniac opened a new pull request #7592: [PyTorch] Guarantee data input is the first argument

comaniac opened a new pull request #7592:
URL: https://github.com/apache/tvm/pull/7592


   Currently we use analyzer to get the free_vars as the converted Relay argument list, but this may cause the data input to be in a random place. For some use cases, we wish to make sure the data inputs can be in the beginning of the function arguments, so this PR fixes this.
   
   cc @masahi 


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

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



[GitHub] [tvm] comaniac merged pull request #7592: [PyTorch] Guarantee data input is the first argument

Posted by GitBox <gi...@apache.org>.
comaniac merged pull request #7592:
URL: https://github.com/apache/tvm/pull/7592


   


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

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



[GitHub] [tvm] comaniac commented on pull request #7592: [PyTorch] Guarantee data input is the first argument

Posted by GitBox <gi...@apache.org>.
comaniac commented on pull request #7592:
URL: https://github.com/apache/tvm/pull/7592#issuecomment-791167701


   Thanks @masahi 


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

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