Skip to content

Commit

Permalink
[Relay][Dataflow] Fix test_rewrite_function_with_fuzzy_body test check (
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcquic authored and ylc committed Jan 13, 2022
1 parent 2acaecf commit 74e7a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_dataflow_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def callback(self, pre, post, node_map):
return x + w

out = rewrite(TestRewrite(), expr)
assert tvm.ir.structural_equal(x + w, x + w)
assert tvm.ir.structural_equal(out, x + w + b)


def test_partition_function_with_fuzzy_body():
Expand Down

0 comments on commit 74e7a3a

Please sign in to comment.