guberti commented on code in PR #12479:
URL: https://github.com/apache/tvm/pull/12479#discussion_r948764254


##########
python/tvm/micro/testing/evaluation.py:
##########
@@ -32,20 +32,30 @@
 
 
 def tune_model(
-    platform, board, target, mod, params, num_trials, 
tuner_cls=tvm.autotvm.tuner.GATuner
+    platform,
+    board,
+    target,
+    mod,
+    params,
+    num_trials,
+    tuner_cls=tvm.autotvm.tuner.GATuner,
+    options=None,

Review Comment:
   nit: this argument is called `project_options` (instead of just `options`) 
in the `evaluate_model` function below. Can we standardize this argument across 
both functions?



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

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

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

Reply via email to