aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-12-07 10:26:10 +0000
committerEric Kunze <eric.kunze@arm.com>2023-12-11 15:00:55 +0000
commitaba79525d1348e0d964de22cef445089efaf3126 (patch)
tree89603cd14c836b4e55b092d7b4bc778e2706f0dc
parent0de60f38e828e13359acbcfac51b6c179a34d042 (diff)
downloadreference_model-aba79525d1348e0d964de22cef445089efaf3126.tar.gz
Rectify coverage loss due to FP16 compliance
Operator coverage restored/improved: * REDUCE_SUM * AVG_POOL2D * FULLY_CONNECTED Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ie622b2f97b5c34971fdde5b20df3d616171ac11f
-rw-r--r--verif/conformance/tosa_main_profile_ops_info.json24
1 files 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",
@@ -2569,10 +2573,24 @@
],
[
"--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"