aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_ERRORIF_WrongInputType_11x34x3x19_i4_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_ERRORIF_WrongInputType_11x34x3x19_i4_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_ERRORIF_WrongInputType_11x34x3x19_i4_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_ERRORIF_WrongInputType_11x34x3x19_i4_axis0/test.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_ERRORIF_WrongInputType_11x34x3x19_i4_axis0/test.json b/operators/data_layout/concat/concat_ERRORIF_WrongInputType_11x34x3x19_i4_axis0/test.json
new file mode 100644
index 000000000..393b6a272
--- /dev/null
+++ b/operators/data_layout/concat/concat_ERRORIF_WrongInputType_11x34x3x19_i4_axis0/test.json
@@ -0,0 +1,80 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 34,
+ 3,
+ 19
+ ],
+ type: "INT4"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 34,
+ 3,
+ 19
+ ],
+ type: "INT4"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 6,
+ 34,
+ 3,
+ 19
+ ],
+ type: "INT4"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 22,
+ 34,
+ 3,
+ 19
+ ],
+ type: "INT4"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}