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 2021/04/13 23:08:05 UTC

[GitHub] [tvm] mbrookhart opened a new pull request #7842: [ONNX] Fix more upstream tests

mbrookhart opened a new pull request #7842:
URL: https://github.com/apache/tvm/pull/7842


   Fixes issues with selu, unsqueeze, and strided slice
   
   Implements Shrink and Hardmax
   
   CC @jwfromm 


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



[GitHub] [tvm] jwfromm commented on a change in pull request #7842: [ONNX] Fix more upstream tests

Posted by GitBox <gi...@apache.org>.
jwfromm commented on a change in pull request #7842:
URL: https://github.com/apache/tvm/pull/7842#discussion_r615341241



##########
File path: python/tvm/relay/frontend/onnx.py
##########
@@ -1579,6 +1588,40 @@ def _impl_v1(cls, inputs, attr, params):
         return x - m - _op.log(s)
 
 
+class Hardmax(OnnxOpConverter):
+    """Operator converter for Softmax."""

Review comment:
       "Softmax" -> "Hardmax"




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



[GitHub] [tvm] masahi merged pull request #7842: [ONNX] Fix more upstream tests

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #7842:
URL: https://github.com/apache/tvm/pull/7842


   


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