comaniac commented on a change in pull request #4338: AutoTVM: selecting tuning 
templates when extracting task
URL: https://github.com/apache/incubator-tvm/pull/4338#discussion_r346937857
 
 

 ##########
 File path: python/tvm/autotvm/task/relay_integration.py
 ##########
 @@ -103,8 +104,8 @@ def extract_from_multiple_program(funcs, params, ops, 
target, target_host=None,
         The compilation target
     target_host: tvm.target.Target
         The host compilation target
-    template_key: str
-        The tuning template key for schedules, default to `direct`
+    template_keys: direct of topi op to str
+        The tuning template keys for schedules, default to None.
 
 Review comment:
   Not sure why I saw `template_keys=dict()`. Anyway, the current one is fine.

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

Reply via email to