We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a05f commit 6253bc9Copy full SHA for 6253bc9
tests/ops/test_gemm.py
@@ -28,7 +28,7 @@ def test_naive(shape: list[int], units: int, use_bias: bool) -> None:
28
# check_keras(model, variations=["libxsmm"])
29
30
31
-@pytest.mark.parametrize("shape", [[64, 64]]) # , [19, 37]
+@pytest.mark.parametrize("shape", [[64, 64]]) # , [19, 37]
32
@pytest.mark.parametrize("units", [64], ids=lambda x: f"{x}_units")
33
def test_tiling(shape: list[int], units: int) -> None:
34
input = tf.keras.Input(shape)
0 commit comments