aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:30 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:30 +0100
commit06f9df4678a5e20fe6e877aff4032c23c1f4ab6d (patch)
tree1a87ddf0df8c32d540d728adf77995c9b7e281c3 /operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json
parent00d05b3831fa305a377fda5ad6d81c53964a4d13 (diff)
downloadconformance_tests-06f9df4678a5e20fe6e877aff4032c23c1f4ab6d.tar.gz
Updating SCATTER_GATHER tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia6ba5aee8960678bda43c5218e9bd15d67bc018a
Diffstat (limited to 'operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json')
-rw-r--r--operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json
new file mode 100644
index 000000000..d577525eb
--- /dev/null
+++ b/operators/scatter_gather/scatter/scatter_ERRORIF_WrongOutputType_1x12x11_i8/test.json
@@ -0,0 +1,131 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 12,
+ 11
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 12,
+ 11
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1,
+ 12
+ ],
+ type: "INT32",
+ data: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 11,
+ 0,
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 12,
+ 11
+ ],
+ type: "FLOAT"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}