aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_47_bf16_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_47_bf16_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_47_bf16_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_47_bf16_axis0/test.json278
1 files changed, 278 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_47_bf16_axis0/test.json b/operators/data_layout/concat/concat_47_bf16_axis0/test.json
new file mode 100644
index 000000000..891477deb
--- /dev/null
+++ b/operators/data_layout/concat/concat_47_bf16_axis0/test.json
@@ -0,0 +1,278 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 23
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 76,
+ 63,
+ 0,
+ 0,
+ 111,
+ 191,
+ 0,
+ 0,
+ 240,
+ 63,
+ 0,
+ 0,
+ 142,
+ 63,
+ 0,
+ 0,
+ 94,
+ 63,
+ 0,
+ 0,
+ 79,
+ 190,
+ 0,
+ 0,
+ 105,
+ 191,
+ 0,
+ 0,
+ 206,
+ 191,
+ 0,
+ 0,
+ 206,
+ 63,
+ 0,
+ 0,
+ 53,
+ 190,
+ 0,
+ 0,
+ 152,
+ 191,
+ 0,
+ 0,
+ 70,
+ 191,
+ 0,
+ 0,
+ 162,
+ 62,
+ 0,
+ 0,
+ 165,
+ 191,
+ 0,
+ 0,
+ 182,
+ 63,
+ 0,
+ 0,
+ 132,
+ 63,
+ 0,
+ 0,
+ 96,
+ 63,
+ 0,
+ 0,
+ 139,
+ 190,
+ 0,
+ 0,
+ 2,
+ 63,
+ 0,
+ 0,
+ 172,
+ 62,
+ 0,
+ 0,
+ 25,
+ 63,
+ 0,
+ 0,
+ 212,
+ 191,
+ 0,
+ 0,
+ 172,
+ 190
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 24
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 234,
+ 191,
+ 0,
+ 0,
+ 196,
+ 188,
+ 0,
+ 0,
+ 46,
+ 191,
+ 0,
+ 0,
+ 182,
+ 191,
+ 0,
+ 0,
+ 203,
+ 191,
+ 0,
+ 0,
+ 179,
+ 62,
+ 0,
+ 0,
+ 168,
+ 191,
+ 0,
+ 0,
+ 217,
+ 63,
+ 0,
+ 0,
+ 166,
+ 62,
+ 0,
+ 0,
+ 28,
+ 191,
+ 0,
+ 0,
+ 186,
+ 62,
+ 0,
+ 0,
+ 244,
+ 191,
+ 0,
+ 0,
+ 234,
+ 63,
+ 0,
+ 0,
+ 144,
+ 189,
+ 0,
+ 0,
+ 144,
+ 63,
+ 0,
+ 0,
+ 213,
+ 191,
+ 0,
+ 0,
+ 90,
+ 189,
+ 0,
+ 0,
+ 24,
+ 189,
+ 0,
+ 0,
+ 224,
+ 63,
+ 0,
+ 0,
+ 146,
+ 62,
+ 0,
+ 0,
+ 217,
+ 189,
+ 0,
+ 0,
+ 110,
+ 191,
+ 0,
+ 0,
+ 44,
+ 191,
+ 0,
+ 0,
+ 169,
+ 61
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 94
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}