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

[incubator-tvm] branch master updated (6c77195 -> e68450d)

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

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


    from 6c77195  [FRONTEND][MXNET] support elemwise logic ops (#5361)
     add e68450d  [PY][FFI] Introduce PyNativeObject, enable runtime.String to subclass str (#5426)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                  |  2 +-
 python/tvm/_ffi/_ctypes/object.py               | 31 +++++++++
 python/tvm/_ffi/_ctypes/packed_func.py          |  5 +-
 python/tvm/_ffi/_cython/object.pxi              | 31 +++++++++
 python/tvm/_ffi/_cython/packed_func.pxi         |  3 +
 python/tvm/runtime/container.py                 | 83 +++++++------------------
 python/tvm/runtime/object.py                    | 14 ++---
 python/tvm/runtime/object_generic.py            |  4 +-
 src/runtime/container.cc                        | 19 +-----
 src/support/ffi_testing.cc                      |  5 ++
 tests/python/unittest/test_runtime_container.py | 24 +++++++
 11 files changed, 132 insertions(+), 89 deletions(-)