From 32d0b5af61d978d9932ac5576b42203e57881168 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 1 Feb 2024 15:54:07 +0000 Subject: Main Compliance: Add RESIZE support Add RELATIVE verify mode for RESIZE. Signed-off-by: Jeremy Johnson Change-Id: I4fe352579507211dae7a048bf080c24426ce42a2 --- verif/conformance/tosa_main_profile_ops_info.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'verif/conformance/tosa_main_profile_ops_info.json') diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index b8efd35..dc28bef 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -2645,6 +2645,7 @@ "profile": [ "tosa-mi" ], + "support_for": [ "lazy_data_gen" ], "generation": { "standard": { "negative_dim_range": "1,10", @@ -2657,13 +2658,13 @@ "--target-dtype", "bf16", "--fp-values-range", - "-2.0,2.0" + "-max,max" ], [ "--target-dtype", "fp32", "--fp-values-range", - "-2.0,2.0", + "-max,max", "--target-shape", "1,1103,1,2", "--max-resize-output-dim", -- cgit v1.2.1