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 2020/01/20 20:53:23 UTC

[GitHub] [incubator-tvm] masahi opened a new pull request #4751: Expose relay BindParamsByName to Python

masahi opened a new pull request #4751: Expose relay BindParamsByName to Python
URL: https://github.com/apache/incubator-tvm/pull/4751
 
 
   Extracted from #4741 per @mbarrett97's suggestion
   
   Expose BindParamsByName in C++ build_module to python. This is run during relay.build_module.optimize, but it is also useful to have in python when assembling custom optimization passes that involve constant folding. This is required for Conv + BN folding to remove BN entirely. 
   
   please review @tqchen @vinx13 @yzhliu @mbarrett97 

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] masahi merged pull request #4751: Expose relay BindParamsByName to Python

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #4751: Expose relay BindParamsByName to Python
URL: https://github.com/apache/incubator-tvm/pull/4751
 
 
   

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


With regards,
Apache Git Services