Skip to content
Snippets Groups Projects
Commit 93897708 authored by Tobi-Alonso's avatar Tobi-Alonso
Browse files

[Test] Add test case for sliding window generator with kernel_size % stride != 0

parent 6993d980
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ def prepare_inputs(input_tensor):
# input datatype
@pytest.mark.parametrize("idt", [DataType.BIPOLAR, DataType.INT2])
# kernel size
@pytest.mark.parametrize("k", [2, 4])
@pytest.mark.parametrize("k", [2, 3, 4])
# input dimension
@pytest.mark.parametrize("ifm_dim", [4, 6, 8])
# 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