Skip to content

Commit 6253bc9

Browse files
committed
formatting
1 parent 119a05f commit 6253bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ops/test_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_naive(shape: list[int], units: int, use_bias: bool) -> None:
2828
# check_keras(model, variations=["libxsmm"])
2929

3030

31-
@pytest.mark.parametrize("shape", [[64, 64]]) # , [19, 37]
31+
@pytest.mark.parametrize("shape", [[64, 64]]) # , [19, 37]
3232
@pytest.mark.parametrize("units", [64], ids=lambda x: f"{x}_units")
3333
def test_tiling(shape: list[int], units: int) -> None:
3434
input = tf.keras.Input(shape)

0 commit comments

Comments
 (0)