aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_47_i16_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:12 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:12 +0100
commitd73c0846bc7be1685aff6a4e70e4ab4c03ab75c3 (patch)
tree0a9b3cf7c843680caf049565ac8cf30188242db0 /operators/data_layout/concat/concat_47_i16_axis0/test.json
parent3dd7bf887d5d04d98bc19b845f43cd3000b1d407 (diff)
downloadconformance_tests-d73c0846bc7be1685aff6a4e70e4ab4c03ab75c3.tar.gz
Updating CONCAT tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia22d8ed60a228547c77bcfa0076074a39e4778b3
Diffstat (limited to 'operators/data_layout/concat/concat_47_i16_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_47_i16_axis0/test.json184
1 files changed, 184 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_47_i16_axis0/test.json b/operators/data_layout/concat/concat_47_i16_axis0/test.json
new file mode 100644
index 000000000..02dfbb228
--- /dev/null
+++ b/operators/data_layout/concat/concat_47_i16_axis0/test.json
@@ -0,0 +1,184 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 47
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 23
+ ],
+ type: "INT16",
+ data: [
+ 153,
+ 248,
+ 230,
+ 90,
+ 179,
+ 16,
+ 70,
+ 148,
+ 214,
+ 67,
+ 25,
+ 19,
+ 124,
+ 34,
+ 188,
+ 16,
+ 183,
+ 13,
+ 47,
+ 151,
+ 40,
+ 15,
+ 127,
+ 75,
+ 207,
+ 205,
+ 83,
+ 26,
+ 227,
+ 135,
+ 245,
+ 216,
+ 204,
+ 239,
+ 148,
+ 123,
+ 239,
+ 182,
+ 203,
+ 198,
+ 149,
+ 232,
+ 31,
+ 126,
+ 120,
+ 90
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 24
+ ],
+ type: "INT16",
+ data: [
+ 225,
+ 136,
+ 227,
+ 187,
+ 89,
+ 82,
+ 236,
+ 142,
+ 13,
+ 91,
+ 8,
+ 200,
+ 235,
+ 106,
+ 40,
+ 203,
+ 47,
+ 239,
+ 115,
+ 41,
+ 83,
+ 160,
+ 153,
+ 14,
+ 72,
+ 1,
+ 173,
+ 72,
+ 0,
+ 127,
+ 16,
+ 42,
+ 192,
+ 232,
+ 8,
+ 232,
+ 255,
+ 234,
+ 99,
+ 80,
+ 59,
+ 210,
+ 190,
+ 170,
+ 148,
+ 213,
+ 208,
+ 133
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 94
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}