zhiics opened a new pull request #5169: [REFACTOR][IR] Remove AttrsEqual and AttrsHash related code URL: https://github.com/apache/incubator-tvm/pull/5169 Last bit of #5159 This PR - [x] replaces `AttrsEqual` and `AttrsHash` with `StructuralEqual` and `StructuralHash`, respectively. - [x] removes the handlers that used as utilities for these two removed classes. - [x] fixes a small bug for structural equal when both lhs and rhs are null objects. cc @tqchen @MarisaKirisame
---------------------------------------------------------------- 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
