jroesch commented on a change in pull request #4693: [runtime][refactor] Unify
vm and interpreter objects
URL: https://github.com/apache/incubator-tvm/pull/4693#discussion_r367623856
##########
File path: include/tvm/runtime/container.h
##########
@@ -169,8 +169,8 @@ class ADTObj : public Object, public
InplaceArrayBase<ADTObj, ObjectRef> {
uint32_t size;
// The fields of the structure follows directly in memory.
- static constexpr const uint32_t _type_index = TypeIndex::kVMADT;
- static constexpr const char* _type_key = "vm.ADT";
Review comment:
Same comment at below.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services