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/09/02 18:18:13 UTC

[GitHub] [tvm] leandron commented on a diff in pull request #12674: [ETHOSN] Add support for transpose convolution

leandron commented on code in PR #12674:
URL: https://github.com/apache/tvm/pull/12674#discussion_r961911641


##########
python/tvm/relay/op/contrib/ethosn.py:
##########
@@ -261,6 +271,13 @@ def check_mean(extract):
 
         return _ethosn.mean(extract)
 
+    def check_conv2d_transpose(extract):
+        """Check if mean is supported by Ethos-N."""

Review Comment:
   Docstring needs updating.



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