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/05/23 18:55:52 UTC

[GitHub] [tvm] AndrewZhaoLuo commented on a diff in pull request #11183: Add unidirectional sequence lstm

AndrewZhaoLuo commented on code in PR #11183:
URL: https://github.com/apache/tvm/pull/11183#discussion_r878347707


##########
python/tvm/relay/frontend/tflite.py:
##########
@@ -220,6 +221,38 @@ def check_unsupported_ops(self):
         if len(raise_msg) > 0:
             raise tvm.error.OpNotImplemented(raise_msg)
 
+    def unbind(self, data, axis=1):
+        """
+        This is a slightly modified version compared to the one in common.py

Review Comment:
   Nit, explain differences than to the one in common.py



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