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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to