aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-11-16 14:39:55 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2022-11-16 14:46:02 +0000
commit874bb4fe493b2958a21e9a84c22828e82d4ff167 (patch)
tree4e4a0e31a9ba5c912373ba3a0419c8c84b03688e /operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json
parent7596fd972b49fecfd1c0cc0a425a5d8c64e9c33c (diff)
downloadconformance_tests-874bb4fe493b2958a21e9a84c22828e82d4ff167.tar.gz
Updating conformance files for BF16 support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json276
1 files changed, 276 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json
new file mode 100644
index 000000000..607e1c104
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputList_12x12_i16xi8_acci48/test.json
@@ -0,0 +1,276 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "FULLY_CONNECTED",
+ attribute_type: "FullyConnectedAttribute",
+ attribute: {
+ input_zp: 0,
+ weight_zp: 121,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 12
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 10,
+ 12
+ ],
+ type: "INT8",
+ data: [
+ 215,
+ 82,
+ 124,
+ 92,
+ 244,
+ 38,
+ 237,
+ 18,
+ 69,
+ 220,
+ 197,
+ 94,
+ 24,
+ 4,
+ 51,
+ 128,
+ 91,
+ 86,
+ 159,
+ 200,
+ 39,
+ 77,
+ 129,
+ 169,
+ 255,
+ 158,
+ 220,
+ 4,
+ 80,
+ 184,
+ 58,
+ 196,
+ 49,
+ 178,
+ 171,
+ 71,
+ 207,
+ 109,
+ 201,
+ 182,
+ 177,
+ 221,
+ 235,
+ 180,
+ 236,
+ 47,
+ 217,
+ 129,
+ 75,
+ 134,
+ 48,
+ 184,
+ 75,
+ 2,
+ 78,
+ 219,
+ 184,
+ 147,
+ 114,
+ 93,
+ 38,
+ 89,
+ 76,
+ 140,
+ 109,
+ 119,
+ 80,
+ 37,
+ 15,
+ 231,
+ 250,
+ 186,
+ 12,
+ 210,
+ 95,
+ 140,
+ 144,
+ 91,
+ 227,
+ 15,
+ 200,
+ 185,
+ 242,
+ 161,
+ 26,
+ 162,
+ 69,
+ 229,
+ 130,
+ 246,
+ 238,
+ 142,
+ 202,
+ 201,
+ 60,
+ 68,
+ 198,
+ 110,
+ 187,
+ 6,
+ 172,
+ 167,
+ 0,
+ 190,
+ 141,
+ 123,
+ 50,
+ 45,
+ 98,
+ 58,
+ 178,
+ 102,
+ 254,
+ 91,
+ 97,
+ 129,
+ 90,
+ 148,
+ 72,
+ 42
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 10
+ ],
+ type: "INT48",
+ data: [
+ 31,
+ 238,
+ 124,
+ 141,
+ 224,
+ 239,
+ 252,
+ 94,
+ 106,
+ 73,
+ 183,
+ 123,
+ 69,
+ 142,
+ 155,
+ 48,
+ 247,
+ 189,
+ 178,
+ 220,
+ 237,
+ 236,
+ 34,
+ 162,
+ 231,
+ 153,
+ 40,
+ 87,
+ 199,
+ 233,
+ 38,
+ 213,
+ 189,
+ 208,
+ 178,
+ 166,
+ 29,
+ 150,
+ 153,
+ 244,
+ 132,
+ 248,
+ 118,
+ 125,
+ 74,
+ 170,
+ 128,
+ 30,
+ 100,
+ 94,
+ 67,
+ 22,
+ 36,
+ 229,
+ 179,
+ 77,
+ 245,
+ 221,
+ 182,
+ 192
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 10
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}