You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/02/24 23:08:21 UTC

[GitHub] [incubator-mxnet] josephevans commented on a change in pull request #19954: [v1.x] ONNX support for SequenceReverse

josephevans commented on a change in pull request #19954:
URL: https://github.com/apache/incubator-mxnet/pull/19954#discussion_r582370910



##########
File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
##########
@@ -3999,3 +3999,35 @@ def convert_argsort(node, **kwargs):
         ]
 
     return nodes
+
+
+@mx_op.register('SequenceReverse')
+def convert_sequece_reverse(node, **kwargs):

Review comment:
       nit: sequence (not sequece)




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