Create MI tests for Tensors: DEPTHWISE_CONV2D

Signed-off-by: James Ward <james.ward@arm.com>
Change-Id: I6c2087c94c2c024aabc2086d40cbca9c719c69dd
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index 675ec9f..db4bd66 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -575,6 +575,61 @@
             "tosa-mi"
         ]
     },
+    "depthwise_conv2d": {
+        "group": "tensor",
+        "generator_negative_dim_range": "1,10",
+        "generator_args": [
+            [
+                "--target-dtype",
+                "fp32",
+                "--target-dtype",
+                "fp16",
+                "--target-dtype",
+                "bf16",
+                "--fp-values-range",
+                "-2.0,2.0",
+                "--target-shape",
+                "1,17,31,4",
+                "--target-shape",
+                "1,37,11,5",
+                "--allow-pooling-and-conv-oversizes"
+            ],
+            [
+                "--target-dtype",
+                "fp32",
+                "--fp-values-range",
+                "-2.0,2.0",
+                "--target-shape",
+                "1,1,65531,2",
+                "--target-shape",
+                "1,65540,1,3",
+                "--max-conv-dilation",
+                "1",
+                "--allow-pooling-and-conv-oversizes"
+            ]
+        ],
+        "params": {
+            "shape": [],
+            "type": [
+                "f16xf16",
+                "bf16xbf16",
+                "f32xf32"
+            ],
+            "kernel": [],
+            "stride": [],
+            "pad": [],
+            "dilation": []
+        },
+        "permutes": [
+            "kernel",
+            "shape",
+            "type",
+            "pad"
+        ],
+        "profile": [
+            "tosa-mi"
+        ]
+    },
     "equal": {
         "group": "comparison",
         "generator_args": [