@@ -61,7 +61,7 @@ class BaseExprNode : public Object {
6161 refl::ObjectDef<BaseExprNode>().def_ro (" span" , &BaseExprNode::span, refl::DefaultValue (Span ()));
6262 }
6363
64- static constexpr const char * _type_key = " BaseExpr" ;
64+ static constexpr const char * _type_key = " ir. BaseExpr" ;
6565 static constexpr const bool _type_has_method_visit_attrs = true ;
6666 static constexpr const bool _type_has_method_sequal_reduce = true ;
6767 static constexpr const bool _type_has_method_shash_reduce = true ;
@@ -117,7 +117,7 @@ class PrimExprNode : public BaseExprNode {
117117
118118 TVM_OBJECT_ENABLE_SCRIPT_PRINTER ();
119119
120- static constexpr const char * _type_key = " PrimExpr" ;
120+ static constexpr const char * _type_key = " ir. PrimExpr" ;
121121 static constexpr const uint32_t _type_child_slots = 40 ;
122122 TVM_DECLARE_BASE_OBJECT_INFO (PrimExprNode, BaseExprNode);
123123};
@@ -161,7 +161,7 @@ class PrimExprConvertibleNode : public Object {
161161 virtual ~PrimExprConvertibleNode () {}
162162 virtual PrimExpr ToPrimExpr () const = 0;
163163
164- static constexpr const char * _type_key = " PrimExprConvertible" ;
164+ static constexpr const char * _type_key = " ir. PrimExprConvertible" ;
165165 TVM_DECLARE_BASE_OBJECT_INFO (PrimExprConvertibleNode, Object);
166166};
167167
@@ -433,7 +433,7 @@ class RelaxExprNode : public BaseExprNode {
433433 refl::ObjectDef<RelaxExprNode>().def_ro (" struct_info_" , &RelaxExprNode::struct_info_);
434434 }
435435
436- static constexpr const char * _type_key = " RelaxExpr" ;
436+ static constexpr const char * _type_key = " ir. RelaxExpr" ;
437437 static constexpr const uint32_t _type_child_slots = 22 ;
438438 TVM_DECLARE_BASE_OBJECT_INFO (RelaxExprNode, BaseExprNode);
439439};
@@ -478,7 +478,7 @@ class GlobalVarNode : public RelaxExprNode {
478478 hash_reduce.FreeVarHashImpl (this );
479479 }
480480
481- static constexpr const char * _type_key = " GlobalVar" ;
481+ static constexpr const char * _type_key = " ir. GlobalVar" ;
482482 TVM_DECLARE_FINAL_OBJECT_INFO (GlobalVarNode, RelaxExprNode);
483483};
484484
@@ -517,7 +517,7 @@ class IntImmNode : public PrimExprNode {
517517 hash_reduce (value);
518518 }
519519
520- static constexpr const char * _type_key = " IntImm" ;
520+ static constexpr const char * _type_key = " ir. IntImm" ;
521521 TVM_DECLARE_FINAL_OBJECT_INFO (IntImmNode, PrimExprNode);
522522};
523523
@@ -565,7 +565,7 @@ class FloatImmNode : public PrimExprNode {
565565 hash_reduce (value);
566566 }
567567
568- static constexpr const char * _type_key = " FloatImm" ;
568+ static constexpr const char * _type_key = " ir. FloatImm" ;
569569 TVM_DECLARE_FINAL_OBJECT_INFO (FloatImmNode, PrimExprNode);
570570};
571571
@@ -718,7 +718,7 @@ class RangeNode : public Object {
718718 hash_reduce (extent);
719719 }
720720
721- static constexpr const char * _type_key = " Range" ;
721+ static constexpr const char * _type_key = " ir. Range" ;
722722 static constexpr const bool _type_has_method_sequal_reduce = true ;
723723 static constexpr const bool _type_has_method_shash_reduce = true ;
724724 TVM_DECLARE_FINAL_OBJECT_INFO (RangeNode, Object);
0 commit comments