From a0e03f3f9a44d79367e2624f571009e4657c775a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 13 Jun 2022 17:48:09 +0100 Subject: 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 Change-Id: Iee8e3f5ed6bd5c941816474df20a7fd433646d6b Signed-off-by: James Ward --- verif/conformance/tosa_base_profile_ops_info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'verif/conformance/tosa_base_profile_ops_info.json') diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json index b9f392c..d05b881 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -2000,7 +2000,9 @@ "--target-shape", "1,3,16383,1", "--target-dtype", - "int8" + "int8", + "--max-resize-output-dim", + "9500" ] ], "params": {}, -- cgit v1.2.1