We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b7c82 commit 2b9a03dCopy full SHA for 2b9a03d
cpp/serve/prefix_cache.h
@@ -123,7 +123,6 @@ class PrefixCacheObj : public Object {
123
/*! \brief Return the prefix cache mode. */
124
virtual PrefixCacheMode Mode() = 0;
125
126
- static constexpr const uint32_t _type_index = TypeIndex::kDynamic;
127
static constexpr const char* _type_key = "mlc.serve.PrefixCache";
128
TVM_DECLARE_BASE_OBJECT_INFO(PrefixCacheObj, Object)
129
};
cpp/serve/radix_tree.h
@@ -106,7 +106,6 @@ class PagedRadixTreeObj : public Object {
106
*/
107
virtual void Reset() = 0;
108
109
110
static constexpr const char* _type_key = "mlc.serve.PagedRadixTree";
111
TVM_DECLARE_BASE_OBJECT_INFO(PagedRadixTreeObj, Object)
112
0 commit comments