MarisaKirisame commented on issue #4951: Conditions updated to cover better user scenarios URL: https://github.com/apache/incubator-tvm/pull/4951#issuecomment-593090573 can you, in tests/python/relay/test_pass_alpha_equal.py def test_alpha_equal(x, y): xy = alpha_equal(x, y) yx = alpha_equal(y, x) assert xy == yx return xy and use test_alpha_equal for those tests?
---------------------------------------------------------------- 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
