Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[FIX] Fix bug in resize2d unittest func name (apache#12498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivert007 authored and xinetzone committed Nov 25, 2022
1 parent 4432061 commit d34e995
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 d34e995

Please sign in to comment.