Zha0q1 opened a new pull request #19737: URL: https://github.com/apache/incubator-mxnet/pull/19737
There is no direct mapping of reverse in the onnx op set so I had to mimic the behavior by 1) transpose the axis to be reversed to the first dim 2) Gather along fist dim in reversed order 3) transpose first axis back to its old position The performance is not great most likely, but functionally i got it to behave the same as mxnet reverse ---------------------------------------------------------------- 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: [email protected]
