[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617700835 ## File path: src/relay/transforms/simplify_expr.cc ## @@ -163,6 +141,69 @@ class SimplifyTranspose : public DFPatternRewrite { return x; } + St

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617697768 ## File path: tests/python/relay/test_pass_simplify_expr.py ## @@ -106,10 +106,28 @@ def expected3(): y = relay.transpose(y, axes=[0, 2, 3, 1])

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617695429 ## File path: tests/python/relay/test_pass_simplify_expr.py ## @@ -106,10 +106,112 @@ def expected3(): y = relay.transpose(y, axes=[0, 2, 3, 1])

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617695429 ## File path: tests/python/relay/test_pass_simplify_expr.py ## @@ -106,10 +106,112 @@ def expected3(): y = relay.transpose(y, axes=[0, 2, 3, 1])

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617694296 ## File path: tests/python/relay/test_pass_simplify_expr.py ## @@ -106,10 +106,112 @@ def expected3(): y = relay.transpose(y, axes=[0, 2, 3, 1])

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-21 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r617687443 ## File path: src/relay/transforms/simplify_expr.cc ## @@ -163,6 +141,69 @@ class SimplifyTranspose : public DFPatternRewrite { return x; } + St

[GitHub] [tvm] ANSHUMAN87 commented on a change in pull request #7807: [Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms

2021-04-08 Thread GitBox
ANSHUMAN87 commented on a change in pull request #7807: URL: https://github.com/apache/tvm/pull/7807#discussion_r609786864 ## File path: src/relay/transforms/simplify_expr.cc ## @@ -163,6 +141,69 @@ class SimplifyTranspose : public DFPatternRewrite { return x; } + St