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 2021/11/16 17:58:21 UTC

[GitHub] [tvm] lhutton1 commented on a change in pull request #9514: [microNPU] Adding rounding mode attribute to operators

lhutton1 commented on a change in pull request #9514:
URL: https://github.com/apache/tvm/pull/9514#discussion_r750529858



##########
File path: python/tvm/relay/backend/contrib/ethosu/tir_to_cs_translator.py
##########
@@ -617,6 +621,21 @@ def _create_npu_resampling_mode(
     return mode_map[mode]
 
 
+def _create_npu_rounding_mode(
+    mode,
+):

Review comment:
       woops




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