masahi commented on a change in pull request #4741: [External codegen] Add test
cases for fused ops with manual annotation
URL: https://github.com/apache/incubator-tvm/pull/4741#discussion_r368503840
##########
File path: python/tvm/relay/build_module.py
##########
@@ -296,6 +299,28 @@ def optimize(mod, target=None, params=None):
return mod, params
+def bind_params_by_name(func, params):
Review comment:
ok. I need to think about how to test this function.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services