This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
from 7b57a46 fix: Add schema support for `ObjectRef::MemFn` (#113)
add 8873700 [CYTHON][REFACTOR] __tvm_ffi_object__ protocol (#115)
No new revisions were added by this update.
Summary of changes:
pyproject.toml | 2 +-
python/tvm_ffi/__init__.py | 2 +-
python/tvm_ffi/_tensor.py | 6 +++---
python/tvm_ffi/core.pyi | 10 ++++-----
python/tvm_ffi/cython/function.pxi | 42 +++++++++++++++++++-------------------
python/tvm_ffi/cython/object.pxi | 6 +++---
python/tvm_ffi/cython/string.pxi | 10 ++++-----
tests/python/test_function.py | 4 ++--
tests/python/test_object.py | 16 +++++++++++++++
tests/python/test_tensor.py | 8 ++++----
tests/scripts/benchmark_dlpack.py | 6 +++---
11 files changed, 64 insertions(+), 48 deletions(-)