From bf31d647dc5df47410ee577b12427ddf076d816b Mon Sep 17 00:00:00 2001 From: Patrik Gustavsson Date: Wed, 16 Dec 2020 13:08:06 +0100 Subject: MLBEDSW-3645 4D class for op ifm/ofm shapes Add 4D shape class for op Ifm/ofm shapes Signed-off-by: Patrik Gustavsson Change-Id: Ic0a98da9d2f9d085605e39a9ab5a26bad6e702a3 --- ethosu/vela/test/test_supported_operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu/vela/test/test_supported_operators.py') diff --git a/ethosu/vela/test/test_supported_operators.py b/ethosu/vela/test/test_supported_operators.py index 583821a2..973b820d 100644 --- a/ethosu/vela/test/test_supported_operators.py +++ b/ethosu/vela/test/test_supported_operators.py @@ -62,7 +62,7 @@ def test_constraint_tens_input_scalar(): def test_constraint_tens_shape_size(): # Tensors cannot be > 4D - op = testutil.create_op_with_quant_tensors(Op.Relu, [1, 1, 8, 8, 8], [1, 1, 8, 8, 8]) + op = testutil.create_op_with_quant_tensors(Op.Relu, [1, 1, 8, 8, 8], [1, 1, 8, 8, 8], set_ifm_ofm_shapes=False) assert not support.is_operator_supported(op) -- cgit v1.2.1