Skip to content

Commit

Permalink
#12662: update tests after remove the reduce with padding operations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Dec 20, 2024
1 parent ba5a74a commit 1cd4921
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ttnn/unit_tests/operations/test_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,9 @@ def test_max_global(device, batch_size, h, w):
@pytest.mark.parametrize(
"input_shape_and_dim",
[
((1, 2, 3, 4), -1),
((2, 32, 64, 64), -4),
((2, 22, 37, 41), -4),
((2, 32, 64, 64), -3),
((2, 22, 37, 41), -3),
((2, 32, 64), -3),
((2, 22, 37), -3),
],
)
@pytest.mark.parametrize("keepdim", [True, False])
Expand Down

0 comments on commit 1cd4921

Please sign in to comment.