zhiics commented on a change in pull request #5054: [Bugfix][IR][ATTRS] Fix
AttrEqual for Array and StrMap, double
URL: https://github.com/apache/incubator-tvm/pull/5054#discussion_r391792360
##########
File path: src/ir/attrs.cc
##########
@@ -344,6 +344,7 @@ bool DictAttrsNode::ContentEqual(const Object* other,
AttrsEqual equal) const {
if (this == other) return true;
if (other == nullptr) return false;
if (this->type_index() != other->type_index()) return false;
+ LOG(INFO) << "Content equal ";
Review comment:
remove this debugging stmt
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services