aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_main_profile_ops_info.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2024-03-14 16:56:10 +0000
committerEric Kunze <eric.kunze@arm.com>2024-03-28 15:54:24 +0000
commit5e36bde3bcfb0c55e61a80cde460ae3955968af3 (patch)
tree1ee871008a7f1ccd605de174b6aa2d7ba026bb1b /verif/conformance/tosa_main_profile_ops_info.json
parent08fe7a5b7e2c7c1a77968130e11267ef61490ac8 (diff)
downloadreference_model-5e36bde3bcfb0c55e61a80cde460ae3955968af3.tar.gz
Improve CONV2D coverage for conformance
Enable testing of broadcastable bias channel. Change convolution arguments function to calculate workable convolutions by adjusting PAD size as needed for FP and errors. Add --conv-kernel build_tests option to allow different sized convolution kernels Improve coverage with batch size, specific shapes and kernels of 7x7 and 9x9 Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I59bb737f398f4363cc606b24fea7812b2059bc01
Diffstat (limited to 'verif/conformance/tosa_main_profile_ops_info.json')
-rw-r--r--verif/conformance/tosa_main_profile_ops_info.json26
1 files changed, 24 insertions, 2 deletions
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index fbf5a82..d5d08ba 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -739,9 +739,9 @@
"--fp-values-range",
"-max,max",
"--target-shape",
- "1,34,19,27",
+ "2,34,19,27",
"--target-shape",
- "1,16,51,7",
+ "3,16,51,7",
"--tensor-dim-range",
"1,16",
"--allow-pooling-and-conv-oversizes"
@@ -760,6 +760,28 @@
"--max-conv-dilation",
"1",
"--allow-pooling-and-conv-oversizes"
+ ],
+ [
+ "--target-dtype",
+ "fp32",
+ "--target-dtype",
+ "fp16",
+ "--target-dtype",
+ "bf16",
+ "--fp-values-range",
+ "-max,max",
+ "--conv-kernel",
+ "7,7",
+ "--conv-kernel",
+ "9,9",
+ "--target-shape",
+ "1,127,127,1",
+ "--target-shape",
+ "1,256,256,1",
+ "--target-shape",
+ "1,1080,720,1",
+ "--tensor-dim-range",
+ "1,8"
]
]
},