Conditions updated to cover better user scenarios[Re-raised] (#5043)
authorANSHUMAN TRIPATHY <anshuman.t@huawei.com>
Wed, 11 Mar 2020 21:36:39 +0000 (03:06 +0530)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 21:36:39 +0000 (14:36 -0700)
commitd04525e88f9ecb019fb80de1c57caf76a62c0ef0
treef5bff77bdc95cbbaf6a73349fd7a98c29687f8ef
parent2586b4d32501bec8ff9b7cea145376615ecb00c9
Conditions updated to cover better user scenarios[Re-raised] (#5043)

* Conditions updated to cover better user scenarios

* [1] New test case added

* [2] New test case added

* [3] Proper variable name used

* [4] Review Comments handled

* [5] Review comments handled

* [6] Review comments handled
src/relay/ir/alpha_equal.cc
tests/cpp/relay_pass_alpha_equal.cc [new file with mode: 0644]
tests/python/relay/test_pass_alpha_equal.py