aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_47_bf16_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 15:17:52 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 16:40:57 +0000
commitb08fb3e856b7757403ff9aafc9487f9c0ad61fe7 (patch)
tree4b4737ff52e92c1c17922a972384930953a26a61 /operators/data_layout/concat/concat_47_bf16_axis0/test.json
parent007a2c7c0743b002587cd5e7b4c6b6acbcaedff8 (diff)
downloadconformance_tests-b08fb3e856b7757403ff9aafc9487f9c0ad61fe7.tar.gz
Regen tests after control flow operator support
Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e
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.json515
1 files changed, 260 insertions, 255 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
index d03f491bd..2b3875f5c 100644
--- a/operators/data_layout/concat/concat_47_bf16_axis0/test.json
+++ b/operators/data_layout/concat/concat_47_bf16_axis0/test.json
@@ -5,273 +5,278 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- 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"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
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"
]
}
]