You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/01/06 03:50:16 UTC

[incubator-tvm] branch master updated (d5d63a4 -> 8e2f229)

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

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


    from d5d63a4  [REFACTOR] Automatically deduce function type signature in Registry.set_body_typed (#4623)
     add 8e2f229  [Topi]Allow empty tensor for reshape, tile and strided_slice (#4618)

No new revisions were added by this update.

Summary of changes:
 src/relay/op/tensor/transform.cc                   |  4 ++
 .../topi/detail/{array_utils.h => tensor_utils.h}  | 34 +++++++------
 topi/include/topi/transform.h                      | 59 ++++++++++++++--------
 topi/python/topi/arm_cpu/injective.py              |  5 +-
 topi/python/topi/cpp/__init__.py                   |  1 +
 topi/python/topi/cpp/{nn.py => util.py}            |  4 +-
 topi/python/topi/cuda/injective.py                 |  4 +-
 topi/python/topi/util.py                           | 18 ++++++-
 topi/python/topi/x86/injective.py                  |  5 +-
 topi/src/topi.cc                                   |  8 +++
 topi/tests/python/test_topi_transform.py           |  3 ++
 11 files changed, 103 insertions(+), 42 deletions(-)
 copy topi/include/topi/detail/{array_utils.h => tensor_utils.h} (62%)
 copy topi/python/topi/cpp/{nn.py => util.py} (90%)