You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/29 22:32:36 UTC

[GitHub] [incubator-tvm] zhiics opened a new pull request #5169: [REFACTOR][IR] Remove AttrsEqual and AttrsHash related code

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #5169: [REFACTOR][IR] Remove AttrsEqual and AttrsHash related code

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #5169: [REFACTOR][IR] Remove AttrsEqual and AttrsHash related code
URL: https://github.com/apache/incubator-tvm/pull/5169
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services