aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:15 +0100
commitcf8989f6250721418177c5b78cdedb7b6c56f74d (patch)
tree032b16f5831f3cbf110cb4f056c9550ee7381eb9 /operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json
parentd2d22b3e074fa6be55ca3d568540e820e50f44be (diff)
downloadconformance_tests-cf8989f6250721418177c5b78cdedb7b6c56f74d.tar.gz
Updating DATA_LAYOUT tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I605e4528c4b31c393e4a8ee88de332ecbc2f1421
Diffstat (limited to 'operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json b/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json
new file mode 100644
index 000000000..b9d99cb85
--- /dev/null
+++ b/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_11x15_b_axis0/test.json
@@ -0,0 +1,92 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2",
+ "input-3",
+ "input-4"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 3,
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-3",
+ shape: [
+ 1,
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-4",
+ shape: [
+ 2,
+ 15
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 22,
+ 15
+ ],
+ type: "FLOAT"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2",
+ "input-3",
+ "input-4"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}