aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2024-01-03 14:37:47 +0000
committerEric Kunze <eric.kunze@arm.com>2024-01-08 21:41:00 +0000
commita3961d01940120c15dceb7d7375677138ebd26bc (patch)
tree146e0b816c5ead5a8571d2918d89f1c112cb5361
parentcf00c7e3f53cb0df648ec1ab62773da063380034 (diff)
downloadreference_model-a3961d01940120c15dceb7d7375677138ebd26bc.tar.gz
Main Conformance: Add CONV2D f32 test with zero padding
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I466c1a8cb7c4cb3a8f6f18cf9885e7eb5e9819dd
-rw-r--r--verif/conformance/tosa_main_profile_ops_info.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index 2b99ed9..6cf98ed 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -662,6 +662,17 @@
"shape",
"type",
"pad"
+ ],
+ "preselected": [
+ {
+ "shape": "1x34x19x27",
+ "type": "f32xf32",
+ "kernel": "3x1",
+ "pad": "pad0000",
+ "accum_type": "accf32",
+ "stride": "st11",
+ "dilation": "dilat11"
+ }
]
}
}