We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0966c36 commit da47623Copy full SHA for da47623
include/tvm/ffi/object.h
@@ -214,7 +214,6 @@ class Object {
214
static constexpr int32_t _type_depth = 0;
215
// extra fields used by plug-ins for attribute visiting
216
// and structural information
217
- static constexpr const bool _type_has_method_visit_attrs = true;
218
static constexpr const bool _type_has_method_sequal_reduce = false;
219
static constexpr const bool _type_has_method_shash_reduce = false;
220
// The following functions are provided by macro
0 commit comments