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 2022/08/30 17:57:47 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12641: [microTVM]Fix test util functions

driazati commented on code in PR #12641:
URL: https://github.com/apache/tvm/pull/12641#discussion_r958776823


##########
python/tvm/micro/testing/utils.py:
##########
@@ -45,12 +45,12 @@ def get_supported_boards(platform: str):
         return json.load(f)
 
 
-def get_target(platform: str, board: str):
+def get_target(platform: str, board: str) -> tvm.target.Target:
     """Intentionally simple function for making target strings for microcontrollers.

Review Comment:
   ```suggestion
       """Intentionally simple function for making Targets for microcontrollers.
   ```



-- 
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-unsubscribe@tvm.apache.org

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