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 7d670b0 Legalize - Use Non-recursive Rewriter. (#5296)
add 029388f [NODE] General serialzation of leaf objects into bytes.
(#5299)
No new revisions were added by this update.
Summary of changes:
include/tvm/node/reflection.h | 52 +++++++++++---------
python/tvm/ir/json_compact.py | 8 +++
src/ir/env_func.cc | 2 +-
src/ir/op.cc | 2 +-
src/ir/span.cc | 2 +-
src/node/container.cc | 16 +++++-
src/node/reflection.cc | 4 +-
src/node/serialization.cc | 71 +++++++++++++++++++++------
tests/python/relay/test_json_compact.py | 18 +++++++
tests/python/unittest/test_node_reflection.py | 13 +++++
10 files changed, 144 insertions(+), 44 deletions(-)