Regenerate examples/ tests

Signed-off-by: Kevin Cheng <kevin.cheng@arm.com>
Change-Id: I0c6286bdbd78c8e479eb64deead8822189968bef
diff --git a/examples/test_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat11/test.json b/examples/test_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat11/test.json
new file mode 100644
index 0000000..f7a007d
--- /dev/null
+++ b/examples/test_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat11/test.json
@@ -0,0 +1,23 @@
+{
+  "tflite_model_filename": "model.tflite",
+  "tflite_result_npy_filename": "tflite_result.npy",
+  "tflite_result_name": "Identity_int8",
+  "ifm_file": [
+    "placeholder_0.npy"
+  ],
+  "ifm_name": [
+    "placeholder_0"
+  ],
+  "ifm_shape": [
+    [
+      1,
+      32,
+      32,
+      8
+    ]
+  ],
+  "framework_exclusions": [
+    "tf"
+  ],
+  "quantized": 1
+}
\ No newline at end of file