Main Compliance testing for SCATTER and GATHER

Added indices shuffling and random INT32 support to generate lib
with testing of these new random generator modes

Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Change-Id: I058d8b092470228075e8fe69c2ededa639163003
diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json
index 3a8622b..b186b06 100644
--- a/verif/conformance/tosa_base_profile_ops_info.json
+++ b/verif/conformance/tosa_base_profile_ops_info.json
@@ -1502,11 +1502,15 @@
                         "--target-dtype",
                         "int32",
                         "--tensor-dim-range",
-                        "4,64"
+                        "4,64",
+                        "--max-batch-size",
+                        "64"
                     ],
                     [
                         "--target-dtype",
                         "int8",
+                        "--tensor-dim-range",
+                        "5,20",
                         "--target-shape",
                         "2,65533,1",
                         "--target-shape",
@@ -3229,7 +3233,9 @@
                         "--target-dtype",
                         "int32",
                         "--tensor-dim-range",
-                        "4,64"
+                        "4,64",
+                        "--max-batch-size",
+                        "64"
                     ],
                     [
                         "--target-dtype",