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

[Test] add markers to test_convert_to_hls_conv_fc_transition

parent c08dd972
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ def get_multithreshold_rand_params(channels, num_of_thres, seed=None):
)
@pytest.mark.parametrize("depthwise", [False, True])
@pytest.mark.parametrize("use_reshape", [False, True])
@pytest.mark.vivado
@pytest.mark.slow
def test_convert_to_hls_conv_fc_transition(conv_config, depthwise, use_reshape):
np.random.seed(0)
idt = DataType.UINT4
......
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