aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:12 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:12 +0100
commit45e0ee4bdaabb51815caa8c7a6a1ba3f52cdfb9a (patch)
tree7a34970d4b4bcf732c23df54485cf3622f5fe178 /operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json
parent760f96a5a19dffca8c94d4280c5142ce15b8c4ef (diff)
downloadconformance_tests-45e0ee4bdaabb51815caa8c7a6a1ba3f52cdfb9a.tar.gz
Updating SCATTER tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I658252a08c69733e08cfc75233afaf2fb33c1116
Diffstat (limited to 'operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json')
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json
new file mode 100644
index 000000000..6f4665734
--- /dev/null
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputList_1x30x32_i32/test.json
@@ -0,0 +1,95 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "SCATTER",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "const-2",
+ "input-1"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 30,
+ 32
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 3,
+ 32
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1,
+ 3
+ ],
+ type: "INT32",
+ data: [
+ 15,
+ 0,
+ 0,
+ 0,
+ 24,
+ 0,
+ 0,
+ 0,
+ 24,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 30,
+ 32
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}