From a3961d01940120c15dceb7d7375677138ebd26bc Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 3 Jan 2024 14:37:47 +0000 Subject: Main Conformance: Add CONV2D f32 test with zero padding Signed-off-by: Jeremy Johnson Change-Id: I466c1a8cb7c4cb3a8f6f18cf9885e7eb5e9819dd --- verif/conformance/tosa_main_profile_ops_info.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" + } ] } } -- cgit v1.2.1