Create MI tests for Tensor: CONV2D

Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Change-Id: Iefd8490d9eedc76d199d36943b87c99e4dd97612
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"