aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/test_select.py
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-13 17:48:09 +0100
committerEric Kunze <eric.kunze@arm.com>2022-08-11 16:02:15 -0700
commita0e03f3f9a44d79367e2624f571009e4657c775a (patch)
tree60bff664a080831e0376b1fde12bad344b9008d1 /verif/conformance/test_select.py
parentf732609a51630c98bc3f448937988fbcf20dc854 (diff)
downloadreference_model-a0e03f3f9a44d79367e2624f571009e4657c775a.tar.gz
Update RESIZE operator in test generator for spec updates
* Add common screen aspect ratios with borders to random pool of tests * Add up/downscaling to random pool Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iee8e3f5ed6bd5c941816474df20a7fd433646d6b Signed-off-by: James Ward <james.ward@arm.com>
Diffstat (limited to 'verif/conformance/test_select.py')
-rw-r--r--verif/conformance/test_select.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py
index 1013b6e..8b60fbb 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -616,11 +616,10 @@ class ResizeOperator(Operator):
"shape",
"type",
"mode",
- "shift",
- "output_dims",
"output_type",
- "stride",
+ "scale",
"offset",
+ "border",
]