From 0df72e9a6dd2b02174a0e203c37f5d5ef89a5b57 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 27 Feb 2023 17:28:06 +0000 Subject: CONV2D/CONV3D/DEPTHWISE_CONV2D Test Regen for ofm_depth bugfix * Restricting size of tensors due to expanded values of ofm_depth Signed-off-by: James Ward Signed-off-by: Jeremy Johnson Change-Id: I582d8f0073c2d01244976f8e2e14783b506d8091 --- verif/conformance/tosa_base_profile_ops_info.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'verif/conformance/tosa_base_profile_ops_info.json') diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json index 0395567..187ebbd 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -746,6 +746,8 @@ "1,49,42,28", "--target-shape", "1,11,44,13", + "--tensor-dim-range", + "1,16", "--allow-pooling-and-conv-oversizes" ], [ @@ -797,6 +799,8 @@ "1,9,21,14,1", "--target-shape", "1,9,11,12,3", + "--tensor-dim-range", + "1,4", "--allow-pooling-and-conv-oversizes" ], [ @@ -809,7 +813,7 @@ "--max-conv-dilation", "1", "--tensor-dim-range", - "1,4", + "1,2", "--allow-pooling-and-conv-oversizes" ] ], @@ -849,6 +853,8 @@ "1,9,44,3", "--target-shape", "1,11,33,4", + "--tensor-dim-range", + "1,16", "--allow-pooling-and-conv-oversizes" ], [ -- cgit v1.2.1