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 2020/07/09 17:34:36 UTC

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #6020: [Relay][Frontend][Onnx] GRU Layer Support

jwfromm commented on a change in pull request #6020:
URL: https://github.com/apache/incubator-tvm/pull/6020#discussion_r452380976



##########
File path: python/tvm/relay/frontend/onnx.py
##########
@@ -1530,6 +1532,14 @@ def _activation_needs_beta(cls, activation):
 
     @classmethod
     def _impl_v7(cls, inputs, attr, params):
+        if cls.name == 'LSTM':

Review comment:
       you're right thats a nicer organization. I've updated the structure accordingly.




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

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