mbarrett97 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_r368501020
##########
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:
Could we move this change to expose bind_params_by_name into its own PR? I
could also make use of this more generally so I don't think it's specific to
this test case.
----------------------------------------------------------------
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