aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-02-07 15:13:08 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-02-07 15:22:24 +0000
commit81e1634bb20b64da3647bd4c7e60e7f10f422272 (patch)
treeb5de0533bbfc0588987d3237adce848e14b39762 /operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json
parent1a93a54b3e0498fd5d57182098b953dca2e3b992 (diff)
downloadconformance_tests-81e1634bb20b64da3647bd4c7e60e7f10f422272.tar.gz
Regen various ERRORIF tests for tosa_mi after adjustment
NEGATE, TILE, REDUCE_MIN, REDUCE_MAX, RESIZE, SCATTER, GATHER Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I02a2a6591f82cf6975abc610c059912c97405c51
Diffstat (limited to 'operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json')
-rw-r--r--operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json237
1 files changed, 237 insertions, 0 deletions
diff --git a/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json b/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json
new file mode 100644
index 000000000..4c1bf4ac8
--- /dev/null
+++ b/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputList_5x3x1_bf16/test.json
@@ -0,0 +1,237 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "GATHER",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "const-1"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 5,
+ 3,
+ 1
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 5,
+ 8
+ ],
+ type: "INT32",
+ data: [
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 8,
+ 1
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}