Skip to content
Snippets Groups Projects
Commit 0242e37e authored by auphelia's avatar auphelia
Browse files

[Test] Update test for convinputgenerator

parent c7c9fba9
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ def prepare_inputs(input_tensor): ...@@ -127,7 +127,7 @@ def prepare_inputs(input_tensor):
# input datatype # input datatype
@pytest.mark.parametrize("idt", [DataType.BIPOLAR, DataType.INT2]) @pytest.mark.parametrize("idt", [DataType.BIPOLAR, DataType.INT2])
# kernel size # kernel size
@pytest.mark.parametrize("k", [2, 3, 4]) @pytest.mark.parametrize("k", [2, 3])
# input dimension # input dimension
@pytest.mark.parametrize("ifm_dim", [6, 8]) @pytest.mark.parametrize("ifm_dim", [6, 8])
# input channels # input channels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment