Skip to content

Commit 387268d

Browse files
committed
chore
1 parent 5de0e39 commit 387268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/relax/test_frontend_from_fx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,9 +840,9 @@ def main(
840840
return gv
841841

842842
verify_model(MaxPool2d(), input_info, {}, expected1)
843+
verify_model(MaxPool2d_functional(), input_info, {}, expected1)
843844
verify_model(MaxPool2d2(), input_info, {}, expected2)
844845
verify_model(MaxPool2d3(), input_info, {}, expected3)
845-
verify_model(MaxPool2d_functional(), input_info, {}, expected1)
846846

847847

848848
def test_avgpool2d():

0 commit comments

Comments
 (0)