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

[incubator-tvm] branch master updated (490510d -> c2e248f)

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

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


    from 490510d  codegen llvm: move nvptx-specific intrinsic handling into codegen_nvptx (#5726)
     add c2e248f  [TOPI,RELAY][TFLITE] Sparse to dense operator (#5447)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/topi.rst                     |  2 +
 docs/langref/relay_op.rst                    |  1 +
 include/tvm/relay/attrs/transform.h          |  9 ++++
 python/tvm/relay/frontend/tflite.py          | 32 ++++++++++++
 python/tvm/relay/op/_transform.py            |  1 +
 python/tvm/relay/op/transform.py             | 31 ++++++++++++
 src/relay/op/tensor/transform.cc             | 74 +++++++++++++++++++++++++++
 tests/python/frontend/tflite/test_forward.py | 76 +++++++++++++++++++++++++++-
 tests/python/relay/test_op_level3.py         | 55 +++++++++++++++++++-
 topi/include/topi/transform.h                | 48 ++++++++++++++++++
 topi/python/topi/transform.py                | 29 +++++++++++
 topi/src/transform.cc                        |  4 ++
 topi/tests/python/test_topi_transform.py     | 63 +++++++++++++++++++++++
 13 files changed, 423 insertions(+), 2 deletions(-)