aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_36_f32_axis0/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-11-21 11:51:55 +0000
committerJames Ward <james.ward@arm.com>2022-11-21 11:51:55 +0000
commitd8e6b6b5148a3d61b378e6e5259ca421a709abef (patch)
tree2ec785497e47a644c12d57f22a306b0749d22735 /operators/data_layout/concat/concat_36_f32_axis0/test.json
parentda333bee0fae850bf90f422d68902884b6063cce (diff)
downloadconformance_tests-d8e6b6b5148a3d61b378e6e5259ca421a709abef.tar.gz
Create MI tests for Data Layout: CONCAT, PAD, RESHAPE, REVERSE, SLICE, TILE, TRANSPOSE
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Icbbe8f63e35d04a3b2cc64bd760ca92c22fd4aa7
Diffstat (limited to 'operators/data_layout/concat/concat_36_f32_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_36_f32_axis0/test.json191
1 files changed, 191 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_36_f32_axis0/test.json b/operators/data_layout/concat/concat_36_f32_axis0/test.json
new file mode 100644
index 000000000..3c8d39fdc
--- /dev/null
+++ b/operators/data_layout/concat/concat_36_f32_axis0/test.json
@@ -0,0 +1,191 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-3"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-4"
+ ]
+ },
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "const-2",
+ "const-3",
+ "const-4"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 36
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 18
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-2",
+ shape: [
+ 9
+ ],
+ type: "FP32",
+ data: [
+ 42,
+ 76,
+ 66,
+ 59,
+ 17,
+ 83,
+ 182,
+ 191,
+ 88,
+ 221,
+ 248,
+ 191,
+ 134,
+ 106,
+ 138,
+ 191,
+ 204,
+ 129,
+ 188,
+ 191,
+ 40,
+ 236,
+ 53,
+ 63,
+ 44,
+ 159,
+ 193,
+ 191,
+ 81,
+ 107,
+ 207,
+ 60,
+ 187,
+ 236,
+ 70,
+ 63
+ ]
+ },
+ {
+ name: "const-3",
+ shape: [
+ 4
+ ],
+ type: "FP32",
+ data: [
+ 119,
+ 32,
+ 166,
+ 62,
+ 1,
+ 183,
+ 153,
+ 191,
+ 54,
+ 182,
+ 155,
+ 63,
+ 176,
+ 147,
+ 92,
+ 63
+ ]
+ },
+ {
+ name: "const-4",
+ shape: [
+ 5
+ ],
+ type: "FP32",
+ data: [
+ 57,
+ 184,
+ 116,
+ 63,
+ 0,
+ 230,
+ 188,
+ 191,
+ 87,
+ 163,
+ 192,
+ 191,
+ 123,
+ 233,
+ 218,
+ 63,
+ 134,
+ 194,
+ 209,
+ 190
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 72
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}