From aba79525d1348e0d964de22cef445089efaf3126 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 7 Dec 2023 10:26:10 +0000 Subject: Rectify coverage loss due to FP16 compliance Operator coverage restored/improved: * REDUCE_SUM * AVG_POOL2D * FULLY_CONNECTED Signed-off-by: Jeremy Johnson Change-Id: Ie622b2f97b5c34971fdde5b20df3d616171ac11f --- verif/conformance/tosa_main_profile_ops_info.json | 24 ++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index 351c68d..c3bd6ee 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -218,7 +218,7 @@ "--target-shape", "4,11,7,39", "--target-shape", - "5,21,36,7", + "5,21,36,17", "--allow-pooling-and-conv-oversizes" ], [ @@ -1019,7 +1019,7 @@ "--fp-values-range", "-max,max", "--tensor-dim-range", - "15,64" + "25,64" ], [ "--target-dtype", @@ -2554,8 +2554,12 @@ "bf16", "--fp-values-range", "-max,max", + "--target-rank", + "3", + "--target-rank", + "4", "--tensor-dim-range", - "1,37" + "10,37" ], [ "--target-dtype", @@ -2567,12 +2571,26 @@ "--target-shape", "50,200" ], + [ + "--target-dtype", + "fp16", + "--fp-values-range", + "-max,max", + "--target-shape", + "65529", + "--target-shape", + "65537,2" + ], [ "--target-dtype", "bf16", "--fp-values-range", "-max,max", "--target-shape", + "16001", + "--target-shape", + "16,1000", + "--target-shape", "1,3,65529,1", "--target-shape", "1,65537,1,1" -- cgit v1.2.1