You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/27 19:49:07 UTC

[tvm] branch last-successful updated (aaee8aa441 -> bc492acd76)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from aaee8aa441 [skip ci][ci] Disable `test_solution_consistency` (#11460)
     add 2a2d91077f [VM] Memory alignment check for `set_input` in Virtual Machine (#11391)
     add 7766ab2cc4 Add unidirectional sequence lstm (#11183)
     add bc492acd76 fixed tuple error (#10216)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/ndarray.h                |  23 +++-
 python/tvm/relay/frontend/tflite.py          | 185 ++++++++++++++++++++++++++-
 src/runtime/ndarray.cc                       |  21 ++-
 src/runtime/vm/vm.cc                         |   9 +-
 tests/python/frontend/tflite/test_forward.py |  38 +++++-
 5 files changed, 257 insertions(+), 19 deletions(-)