Skip to content

Commit

Permalink
Add missing decorator for test_paddle_resize function
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-kr committed Aug 31, 2023
1 parent 22c0d50 commit 144bc7b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ def test_paddle_vflip(
backend_to_test=backend_fw,
)


@handle_frontend_test(
fn_tree="paddle.vision.transforms.resize",
dtype_and_x=helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("valid"),
shape=_chw_image_shape_helper(),
),
size=helpers.ints(min_value=1, max_value=100),
)
def test_paddle_resize(
*,
dtype_and_x,
Expand Down

0 comments on commit 144bc7b

Please sign in to comment.