From 9165b9ad6bf80a924edc91bcd88e193e78d590b4 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 26 Jan 2023 15:46:20 +0000 Subject: Create MI tests for Tensor: CONV2D Signed-off-by: Jeremy Johnson Change-Id: Iefd8490d9eedc76d199d36943b87c99e4dd97612 --- verif/conformance/tosa_main_profile_ops_info.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index c45623f..81cb666 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -527,6 +527,7 @@ }, "conv2d": { "group": "tensor", + "generator_negative_dim_range": "1,10", "generator_args": [ [ "--target-dtype", @@ -538,9 +539,9 @@ "--fp-values-range", "-2.0,2.0", "--target-shape", - "1,49,42,28", + "1,34,19,27", "--target-shape", - "1,11,44,13", + "1,16,51,7", "--allow-pooling-and-conv-oversizes" ], [ @@ -549,9 +550,9 @@ "--fp-values-range", "-2.0,2.0", "--target-shape", - "1,65535,4,1", + "1,65537,1,3", "--target-shape", - "1,5,65536,1", + "1,2,65531,2", "--max-conv-dilation", "1", "--allow-pooling-and-conv-oversizes" -- cgit v1.2.1