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.
2 parents c2a75fd + a8cad07 commit 0aa705bCopy full SHA for 0aa705b
test/pytest/test_qonnx.py
@@ -402,10 +402,6 @@ def test_tiny_unet_model(tiny_unet_model, backend):
402
@pytest.mark.parametrize('backend', ['Vitis'])
403
@pytest.mark.parametrize('io_type', ['io_parallel', 'io_stream'])
404
def test_simple_model(model_name, io_type, backend, request):
405
- if model_name == 'conv2d_small_mp_keras_model' and io_type == 'io_stream':
406
- # Not yet supported due to an issue with channels last conversion
407
- # There is a qonnx PR.
408
- pytest.skip()
409
model = request.getfixturevalue(model_name)
410
ishape = tuple(model.get_tensor_shape(model.graph.input[0].name))
411
X = np.random.uniform(low=0, high=1, size=np.prod(ishape)).reshape(ishape)
0 commit comments