Rectify coverage loss due to FP16 compliance

Operator coverage restored/improved:
* REDUCE_SUM
* AVG_POOL2D
* FULLY_CONNECTED

Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Change-Id: Ie622b2f97b5c34971fdde5b20df3d616171ac11f
diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json
index 351c68d..c3bd6ee 100644
--- a/verif/conformance/tosa_main_profile_ops_info.json
+++ b/verif/conformance/tosa_main_profile_ops_info.json
@@ -218,7 +218,7 @@
                         "--target-shape",
                         "4,11,7,39",
                         "--target-shape",
-                        "5,21,36,7",
+                        "5,21,36,17",
                         "--allow-pooling-and-conv-oversizes"
                     ],
                     [
@@ -1019,7 +1019,7 @@
                         "--fp-values-range",
                         "-max,max",
                         "--tensor-dim-range",
-                        "15,64"
+                        "25,64"
                     ],
                     [
                         "--target-dtype",
@@ -2554,8 +2554,12 @@
                         "bf16",
                         "--fp-values-range",
                         "-max,max",
+                        "--target-rank",
+                        "3",
+                        "--target-rank",
+                        "4",
                         "--tensor-dim-range",
-                        "1,37"
+                        "10,37"
                     ],
                     [
                         "--target-dtype",
@@ -2569,10 +2573,24 @@
                     ],
                     [
                         "--target-dtype",
+                        "fp16",
+                        "--fp-values-range",
+                        "-max,max",
+                        "--target-shape",
+                        "65529",
+                        "--target-shape",
+                        "65537,2"
+                    ],
+                    [
+                        "--target-dtype",
                         "bf16",
                         "--fp-values-range",
                         "-max,max",
                         "--target-shape",
+                        "16001",
+                        "--target-shape",
+                        "16,1000",
+                        "--target-shape",
                         "1,3,65529,1",
                         "--target-shape",
                         "1,65537,1,1"