tqchen opened a new issue #5159: [RELAY] Migrate AlphaEqual to StructuralEqual URL: https://github.com/apache/incubator-tvm/issues/5159 https://github.com/apache/incubator-tvm/pull/5154 inroduces StructuralEqual that supersedes AlphaEqual. We should update the relay's AlphaEqual usage to StructuralEqual instead - [ ] Migrate alpha_equal and assert_alpha_equal from python to structural equal - [ ] Migrate AlphaEqual(lhs, rhs) in C++ to StructuralEqual()(lhs, rhs) - [ ] Remove analysis/alpha_equal.cc - [ ] Remove AttrsEqual and related features(as they are also covered by StructuralEqual)
---------------------------------------------------------------- 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
