aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_main_profile_ops_info.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2024-01-04 17:05:24 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2024-01-30 11:49:56 +0000
commit4f931307a6319d9d99b3afce4ca6e1cd30d77f01 (patch)
tree5661b63bd087b210403e3b50dbc0ce0a9f8a41b4 /verif/conformance/tosa_main_profile_ops_info.json
parent2d7e4b13d2c3022ae8176d59e2a11d5584ea1d0b (diff)
downloadreference_model-4f931307a6319d9d99b3afce4ca6e1cd30d77f01.tar.gz
Main Compliance: DEPTHWISE_CONV2D support
Added DEPTHWISE_CONV2D data generation. Updated test generation for FP16 and FP32. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I0471d0a1e4e279a27233f4d285082906ceea1bff
Diffstat (limited to 'verif/conformance/tosa_main_profile_ops_info.json')
-rw-r--r--verif/conformance/tosa_main_profile_ops_info.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index ced1d9e..c77f0be 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -747,6 +747,7 @@
"profile": [
"tosa-mi"
],
+ "support_for": [ "lazy_data_gen" ],
"generation": {
"standard": {
"negative_dim_range": "1,10",
@@ -759,20 +760,20 @@
"--target-dtype",
"bf16",
"--fp-values-range",
- "-2.0,2.0",
+ "-max,max",
"--target-shape",
"1,17,31,4",
"--target-shape",
"1,37,11,5",
"--tensor-dim-range",
- "1,16",
+ "1,32",
"--allow-pooling-and-conv-oversizes"
],
[
"--target-dtype",
"fp32",
"--fp-values-range",
- "-2.0,2.0",
+ "-max,max",
"--target-shape",
"1,1,65531,2",
"--target-shape",