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/04/25 10:59:24 UTC

[GitHub] [tvm] blackkker opened a new pull request, #11113: [Frontend][ONNX] Update softmax calculation method when dimension > 2

blackkker opened a new pull request, #11113:
URL: https://github.com/apache/tvm/pull/11113

   Older ONNX Softmax op support inputs of dimension > 2 by splitting the softmax operator.
   In order to obtain a concise op combination at the relay level instead of fragmented operator combinations, I updated the calculation method of softmax when the dimension is greater than 2.
   Also, I add some testcases.


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


[GitHub] [tvm] blackkker closed pull request #11113: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
blackkker closed pull request #11113: [Frontend][ONNX] Update softmax calculation method when dimension > 2
URL: https://github.com/apache/tvm/pull/11113


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