[RFC][RUNTIME] Introduce new object protocol. (#4115)
* [RUNTIME] Introduce new object protocol. This PR introduces a new object protocol to unify the node and object. We also updated the existing runtime::vm code to make use of the new system. Update to the node will be done in a follow up PR. Other changes: - Remove object related code in json serializer as that code logic was not complete and we have a separate serializer for VM, can revisit later. * address review comment * Fix the child slot logic
Showing
include/tvm/runtime/memory.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/runtime/object.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tests/cpp/object_protocol_test.cc
0 → 100644
Please
register
or
sign in
to comment