Skip to content

Commit

Permalink
[FIX] Fix bug in resize2d unittest func name (#12498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivert007 authored Aug 22, 2022
1 parent 3f56851 commit c1bd022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/relay/dyn/test_dynamic_op_level5.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ def verify_resize2d(dshape, scale, method, layout):


if __name__ == "__main__":
test_resize_infer_type()
test_resize()
test_resize2d_infer_type()
test_resize2d()

0 comments on commit c1bd022

Please sign in to comment.