@@ -61,7 +61,7 @@ class BaseExprNode : public Object {
61
61
refl::ObjectDef<BaseExprNode>().def_ro (" span" , &BaseExprNode::span, refl::DefaultValue (Span ()));
62
62
}
63
63
64
- static constexpr const char * _type_key = " BaseExpr" ;
64
+ static constexpr const char * _type_key = " ir. BaseExpr" ;
65
65
static constexpr const bool _type_has_method_visit_attrs = true ;
66
66
static constexpr const bool _type_has_method_sequal_reduce = true ;
67
67
static constexpr const bool _type_has_method_shash_reduce = true ;
@@ -117,7 +117,7 @@ class PrimExprNode : public BaseExprNode {
117
117
118
118
TVM_OBJECT_ENABLE_SCRIPT_PRINTER ();
119
119
120
- static constexpr const char * _type_key = " PrimExpr" ;
120
+ static constexpr const char * _type_key = " ir. PrimExpr" ;
121
121
static constexpr const uint32_t _type_child_slots = 40 ;
122
122
TVM_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode);
123
123
};
@@ -161,7 +161,7 @@ class PrimExprConvertibleNode : public Object {
161
161
virtual ~PrimExprConvertibleNode () {}
162
162
virtual PrimExpr ToPrimExpr () const = 0;
163
163
164
- static constexpr const char * _type_key = " PrimExprConvertible" ;
164
+ static constexpr const char * _type_key = " ir. PrimExprConvertible" ;
165
165
TVM_DECLARE_BASE_OBJECT_INFO (PrimExprConvertibleNode, Object);
166
166
};
167
167
@@ -433,7 +433,7 @@ class RelaxExprNode : public BaseExprNode {
433
433
refl::ObjectDef<RelaxExprNode>().def_ro (" struct_info_" , &RelaxExprNode::struct_info_);
434
434
}
435
435
436
- static constexpr const char * _type_key = " RelaxExpr" ;
436
+ static constexpr const char * _type_key = " ir. RelaxExpr" ;
437
437
static constexpr const uint32_t _type_child_slots = 22 ;
438
438
TVM_DECLARE_BASE_OBJECT_INFO (RelaxExprNode, BaseExprNode);
439
439
};
@@ -478,7 +478,7 @@ class GlobalVarNode : public RelaxExprNode {
478
478
hash_reduce.FreeVarHashImpl (this );
479
479
}
480
480
481
- static constexpr const char * _type_key = " GlobalVar" ;
481
+ static constexpr const char * _type_key = " ir. GlobalVar" ;
482
482
TVM_DECLARE_FINAL_OBJECT_INFO (GlobalVarNode, RelaxExprNode);
483
483
};
484
484
@@ -517,7 +517,7 @@ class IntImmNode : public PrimExprNode {
517
517
hash_reduce (value);
518
518
}
519
519
520
- static constexpr const char * _type_key = " IntImm" ;
520
+ static constexpr const char * _type_key = " ir. IntImm" ;
521
521
TVM_DECLARE_FINAL_OBJECT_INFO (IntImmNode, PrimExprNode);
522
522
};
523
523
@@ -565,7 +565,7 @@ class FloatImmNode : public PrimExprNode {
565
565
hash_reduce (value);
566
566
}
567
567
568
- static constexpr const char * _type_key = " FloatImm" ;
568
+ static constexpr const char * _type_key = " ir. FloatImm" ;
569
569
TVM_DECLARE_FINAL_OBJECT_INFO (FloatImmNode, PrimExprNode);
570
570
};
571
571
@@ -718,7 +718,7 @@ class RangeNode : public Object {
718
718
hash_reduce (extent);
719
719
}
720
720
721
- static constexpr const char * _type_key = " Range" ;
721
+ static constexpr const char * _type_key = " ir. Range" ;
722
722
static constexpr const bool _type_has_method_sequal_reduce = true ;
723
723
static constexpr const bool _type_has_method_shash_reduce = true ;
724
724
TVM_DECLARE_FINAL_OBJECT_INFO (RangeNode, Object);
0 commit comments