zhiics opened a new pull request #5161: [Refactor][ir] alpha_equal to 
structural_equal
URL: https://github.com/apache/incubator-tvm/pull/5161
 
 
   #5159 
   
   This PR finishes the first three items of #5159:
   
   - [X] Replace `alpha_equal/type_alaph_equal` and `assert_alpha_equal` from 
with `structural_equal`
   
   - [X] Replace all `AlphaEqual(lhs, rhs)` in C++ with `StructuralEqual()(lhs, 
rhs)`
   
   - [X] Remove analysis/alpha_equal.cc
   
   A few bugs are also fixed in this PR.
   
   A followup PR needs to remove the `AttrEqual` and `AlphaEqualHandler` from 
C++.
   
   

----------------------------------------------------------------
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

Reply via email to