You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by si...@apache.org on 2020/11/04 04:28:32 UTC

[incubator-tvm] branch main updated (db28544 -> 0c02780)

This is an automated email from the ASF dual-hosted git repository.

sijusamuel pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from db28544  [CI] Disable flaky tests (#6841)
     add 0c02780  [Relay][Frontend] SparseTensorDenseMatMul support for Tensorflow (#6685)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tensorflow.py          | 46 +++++++++++++++++++
 python/tvm/relay/op/nn/nn.py                     |  6 ++-
 python/tvm/topi/cuda/sparse.py                   | 13 ++++--
 tests/python/frontend/tensorflow/test_forward.py | 56 ++++++++++++++++++++++++
 4 files changed, 115 insertions(+), 6 deletions(-)