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/06/15 22:30:40 UTC

[GitHub] [tvm] ganler commented on pull request #11728: [Relay] Implement `SoftmaxRel` for softmax operators.

ganler commented on PR #11728:
URL: https://github.com/apache/tvm/pull/11728#issuecomment-1157014075

   Basically this PR lets Relay reject invalid softmax operator (axis >= rank) as earlier as the type inference phase (though such invalid cases will be rejected anyhow in later checks). @masahi Can you help decide if we want to merge this improvement? Thanks!


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