aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/gather/gather_2x65536x1_f32/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-11-21 10:36:25 +0000
committerJames Ward <james.ward@arm.com>2022-11-21 10:40:58 +0000
commitda333bee0fae850bf90f422d68902884b6063cce (patch)
treeecb55e6b1b6121f3f8443f0fac6b2c394206d0ab /operators/scatter_gather/gather/gather_2x65536x1_f32/test.json
parent4c39d9a327b60518b34c6f333d379b2b82184510 (diff)
downloadconformance_tests-da333bee0fae850bf90f422d68902884b6063cce.tar.gz
Create MI tests for Gather: GATHER
* Gather small files Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Id231e5c4a20981d7fa896b8088e36368d95576c7
Diffstat (limited to 'operators/scatter_gather/gather/gather_2x65536x1_f32/test.json')
-rw-r--r--operators/scatter_gather/gather/gather_2x65536x1_f32/test.json296
1 files changed, 296 insertions, 0 deletions
diff --git a/operators/scatter_gather/gather/gather_2x65536x1_f32/test.json b/operators/scatter_gather/gather/gather_2x65536x1_f32/test.json
new file mode 100644
index 000000000..1d6bf20d6
--- /dev/null
+++ b/operators/scatter_gather/gather/gather_2x65536x1_f32/test.json
@@ -0,0 +1,296 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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,
+ 65536,
+ 1
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 28
+ ],
+ type: "INT32",
+ data: [
+ 58,
+ 77,
+ 0,
+ 0,
+ 170,
+ 58,
+ 0,
+ 0,
+ 117,
+ 46,
+ 0,
+ 0,
+ 151,
+ 162,
+ 0,
+ 0,
+ 111,
+ 0,
+ 0,
+ 0,
+ 44,
+ 204,
+ 0,
+ 0,
+ 145,
+ 72,
+ 0,
+ 0,
+ 112,
+ 101,
+ 0,
+ 0,
+ 236,
+ 238,
+ 0,
+ 0,
+ 66,
+ 84,
+ 0,
+ 0,
+ 102,
+ 59,
+ 0,
+ 0,
+ 41,
+ 251,
+ 0,
+ 0,
+ 0,
+ 78,
+ 0,
+ 0,
+ 136,
+ 61,
+ 0,
+ 0,
+ 191,
+ 237,
+ 0,
+ 0,
+ 110,
+ 98,
+ 0,
+ 0,
+ 234,
+ 163,
+ 0,
+ 0,
+ 119,
+ 218,
+ 0,
+ 0,
+ 20,
+ 189,
+ 0,
+ 0,
+ 32,
+ 115,
+ 0,
+ 0,
+ 16,
+ 217,
+ 0,
+ 0,
+ 109,
+ 16,
+ 0,
+ 0,
+ 173,
+ 132,
+ 0,
+ 0,
+ 244,
+ 149,
+ 0,
+ 0,
+ 177,
+ 97,
+ 0,
+ 0,
+ 35,
+ 99,
+ 0,
+ 0,
+ 240,
+ 62,
+ 0,
+ 0,
+ 42,
+ 144,
+ 0,
+ 0,
+ 139,
+ 23,
+ 0,
+ 0,
+ 109,
+ 225,
+ 0,
+ 0,
+ 32,
+ 230,
+ 0,
+ 0,
+ 245,
+ 193,
+ 0,
+ 0,
+ 248,
+ 40,
+ 0,
+ 0,
+ 72,
+ 36,
+ 0,
+ 0,
+ 149,
+ 238,
+ 0,
+ 0,
+ 118,
+ 178,
+ 0,
+ 0,
+ 40,
+ 115,
+ 0,
+ 0,
+ 239,
+ 143,
+ 0,
+ 0,
+ 135,
+ 149,
+ 0,
+ 0,
+ 117,
+ 109,
+ 0,
+ 0,
+ 166,
+ 79,
+ 0,
+ 0,
+ 183,
+ 178,
+ 0,
+ 0,
+ 75,
+ 1,
+ 0,
+ 0,
+ 153,
+ 225,
+ 0,
+ 0,
+ 239,
+ 153,
+ 0,
+ 0,
+ 154,
+ 126,
+ 0,
+ 0,
+ 6,
+ 244,
+ 0,
+ 0,
+ 108,
+ 178,
+ 0,
+ 0,
+ 246,
+ 42,
+ 0,
+ 0,
+ 27,
+ 134,
+ 0,
+ 0,
+ 169,
+ 148,
+ 0,
+ 0,
+ 247,
+ 164,
+ 0,
+ 0,
+ 227,
+ 118,
+ 0,
+ 0,
+ 181,
+ 113,
+ 0,
+ 0,
+ 150,
+ 204,
+ 0,
+ 0,
+ 186,
+ 76,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 28,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}