aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_1x11x15x18_i8_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_WrongOutputType_1x11x15x18_i8_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_WrongOutputType_1x11x15x18_i8_axis0/test.json')
-rw-r--r--operators/data_layout/concat/concat_ERRORIF_WrongOutputType_1x11x15x18_i8_axis0/test.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_1x11x15x18_i8_axis0/test.json b/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_1x11x15x18_i8_axis0/test.json
new file mode 100644
index 000000000..b11dc9848
--- /dev/null
+++ b/operators/data_layout/concat/concat_ERRORIF_WrongOutputType_1x11x15x18_i8_axis0/test.json
@@ -0,0 +1,68 @@
+{
+ 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"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 11,
+ 15,
+ 18
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 11,
+ 15,
+ 18
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 11,
+ 15,
+ 18
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}