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/30 00:43:47 UTC

[GitHub] [tvm] masahi commented on a diff in pull request #11951: [TOPI][x86] support any shape and axis for log softmax

masahi commented on code in PR #11951:
URL: https://github.com/apache/tvm/pull/11951#discussion_r910513980


##########
python/tvm/topi/nn/softmax.py:
##########
@@ -136,16 +136,38 @@ def log_softmax(x, axis=-1):
     output : tvm.te.Tensor
         2-D output with same shape

Review Comment:
   @shingjan Can you follow up this in your PR?



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