aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_main_profile_ops_info.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-11-08 16:28:09 +0000
committerDominic Symes <dominic.symes@arm.com>2023-11-23 12:58:19 +0000
commit0601f80afd9c160a1454d5cd0f22a04f2f91eb75 (patch)
treef195afd32080442e3c181c5857bc7eaad45fdd2e /verif/conformance/tosa_main_profile_ops_info.json
parentac40bd12192b6d41afa5d969578766e050c44398 (diff)
downloadreference_model-0601f80afd9c160a1454d5cd0f22a04f2f91eb75.tar.gz
Main Compliance testing support for AVG_POOL2D
Fix test set 4 to have more symmetrical data set for AVG_POOL2D. Increased size of AVG_POOL2D test shapes to meet MIN_DOT_PRODUCTS. Print out sign of bias magnitude in verify library to help debugging. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Icf139cf5788cbc68f2c537567bdfb4cfe31274df
Diffstat (limited to 'verif/conformance/tosa_main_profile_ops_info.json')
-rw-r--r--verif/conformance/tosa_main_profile_ops_info.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index 6538c81..87b14c2 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -202,6 +202,7 @@
"profile": [
"tosa-mi"
],
+ "support_for": [ "lazy_data_gen" ],
"generation": {
"standard": {
"generator_args": [
@@ -213,18 +214,18 @@
"--target-dtype",
"bf16",
"--fp-values-range",
- "-2.0,2.0",
+ "-max,max",
"--target-shape",
- "1,11,7,39",
+ "4,11,7,39",
"--target-shape",
- "1,21,36,7",
+ "5,21,36,7",
"--allow-pooling-and-conv-oversizes"
],
[
"--target-dtype",
"fp32",
"--fp-values-range",
- "-2.0,2.0",
+ "-max,max",
"--target-shape",
"1,2,65533,2",
"--target-shape",