aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/gather/gather_2x65533x1_i8/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:11 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:11 +0100
commit760f96a5a19dffca8c94d4280c5142ce15b8c4ef (patch)
tree8c1a06dbfee8efbe5b3b0f7bd92cb0d7cb3e0476 /operators/scatter_gather/gather/gather_2x65533x1_i8/test.json
parentfa017a13f19b8f94f8f873f627f5eb2613d2e191 (diff)
downloadconformance_tests-760f96a5a19dffca8c94d4280c5142ce15b8c4ef.tar.gz
Updating GATHER tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I4d6744c8c95a3f2595da5acb77b193e499c3b251
Diffstat (limited to 'operators/scatter_gather/gather/gather_2x65533x1_i8/test.json')
-rw-r--r--operators/scatter_gather/gather/gather_2x65533x1_i8/test.json120
1 files changed, 120 insertions, 0 deletions
diff --git a/operators/scatter_gather/gather/gather_2x65533x1_i8/test.json b/operators/scatter_gather/gather/gather_2x65533x1_i8/test.json
new file mode 100644
index 000000000..ed8324828
--- /dev/null
+++ b/operators/scatter_gather/gather/gather_2x65533x1_i8/test.json
@@ -0,0 +1,120 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "GATHER",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "const-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 65533,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 6
+ ],
+ type: "INT32",
+ data: [
+ 32,
+ 58,
+ 0,
+ 0,
+ 179,
+ 218,
+ 0,
+ 0,
+ 180,
+ 149,
+ 0,
+ 0,
+ 21,
+ 81,
+ 0,
+ 0,
+ 166,
+ 54,
+ 0,
+ 0,
+ 67,
+ 38,
+ 0,
+ 0,
+ 120,
+ 65,
+ 0,
+ 0,
+ 71,
+ 205,
+ 0,
+ 0,
+ 214,
+ 212,
+ 0,
+ 0,
+ 45,
+ 173,
+ 0,
+ 0,
+ 214,
+ 162,
+ 0,
+ 0,
+ 230,
+ 73,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 6,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}