Skip to content
Snippets Groups Projects
Commit c49f4206 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] extend streamingfc testcase to cover bipolar combos

parent 272927bf
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ def prepare_inputs(model, input_tensor, idt):
# weight datatype
@pytest.mark.parametrize("wdt", [DataType.INT2])
@pytest.mark.parametrize("wdt", [DataType.BIPOLAR, DataType.INT2])
# input datatype
@pytest.mark.parametrize("idt", [DataType.INT2])
@pytest.mark.parametrize("idt", [DataType.BIPOLAR, DataType.INT2])
# neuron folding, -1 is maximum possible
@pytest.mark.parametrize("nf", [-1, 1])
# synapse folding, -1 is maximum possible
......
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