File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ class PrefixCacheObj : public Object {
123
123
/* ! \brief Return the prefix cache mode. */
124
124
virtual PrefixCacheMode Mode () = 0;
125
125
126
- static constexpr const uint32_t _type_index = TypeIndex::kDynamic ;
127
126
static constexpr const char * _type_key = " mlc.serve.PrefixCache" ;
128
127
TVM_DECLARE_BASE_OBJECT_INFO (PrefixCacheObj, Object)
129
128
};
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ class PagedRadixTreeObj : public Object {
106
106
*/
107
107
virtual void Reset () = 0;
108
108
109
- static constexpr const uint32_t _type_index = TypeIndex::kDynamic ;
110
109
static constexpr const char * _type_key = " mlc.serve.PagedRadixTree" ;
111
110
TVM_DECLARE_BASE_OBJECT_INFO (PagedRadixTreeObj, Object)
112
111
};
You can’t perform that action at this time.
0 commit comments