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/09/08 01:39:11 UTC

[GitHub] [tvm] apivovarov opened a new pull request, #12728: [TF] Add DenseBincount support

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

   This PR adds TF DenseBincount support. Some code was taken from TVM pytorch.py bincount impl.
   
   ### Known issues:
   Input array should not contain numbers outside of the range [0, size-1]. TVM scatter_add counts such values, but TF DenseBincount ignores them.


-- 
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] masahi merged pull request #12728: [TF] Add DenseBincount support

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


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