From 264f7faa59709ffa8117541f5d55c99c5dba967d Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Fri, 21 Apr 2023 22:49:57 +0000 Subject: Add support for one dimension of size -1 in ReshapeOp Signed-off-by: Jerry Ge Signed-off-by: Jeremy Johnson Change-Id: I0ef7607f4266296a1204c5cccdb5be36f345b5ba --- verif/conformance/test_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verif/conformance/test_select.py') diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py index 66b2e56..9868a7f 100644 --- a/verif/conformance/test_select.py +++ b/verif/conformance/test_select.py @@ -733,7 +733,7 @@ class ReshapeOperator(Operator): """Test selector for the RESHAPE operator.""" name = "reshape" - param_names = ["shape", "type", "perm", "rank"] + param_names = ["shape", "type", "perm", "rank", "out"] class ResizeOperator(Operator): -- cgit v1.2.1