Skip to content

Commit

Permalink
Fix partition graph unittest case
Browse files Browse the repository at this point in the history
  • Loading branch information
billishyahao committed Jun 9, 2022
1 parent e71778e commit 2bd1dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/python/relay/test_pass_partition_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,9 +928,9 @@ def test_dnnl_fuse():
) = (
dnnl_patterns[1],
dnnl_patterns[13],
dnnl_patterns[19],
dnnl_patterns[25],
dnnl_patterns[37],
dnnl_patterns[20],
dnnl_patterns[26],
dnnl_patterns[38],
)

def get_blocks(
Expand Down

0 comments on commit 2bd1dd3

Please sign in to comment.