aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json187
1 files changed, 187 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json
new file mode 100644
index 000000000..c0c8a7dc5
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputList_12x9_i8xi8_acci32/test.json
@@ -0,0 +1,187 @@
+{
+ 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: 35,
+ weight_zp: 93,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 9
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 7,
+ 9
+ ],
+ type: "INT8",
+ data: [
+ 215,
+ 203,
+ 254,
+ 46,
+ 99,
+ 52,
+ 101,
+ 128,
+ 95,
+ 223,
+ 167,
+ 166,
+ 227,
+ 216,
+ 146,
+ 195,
+ 254,
+ 147,
+ 200,
+ 124,
+ 110,
+ 0,
+ 244,
+ 165,
+ 108,
+ 188,
+ 171,
+ 137,
+ 100,
+ 204,
+ 235,
+ 144,
+ 201,
+ 191,
+ 126,
+ 239,
+ 183,
+ 43,
+ 188,
+ 85,
+ 109,
+ 142,
+ 249,
+ 191,
+ 90,
+ 162,
+ 233,
+ 217,
+ 248,
+ 173,
+ 159,
+ 188,
+ 46,
+ 106,
+ 119,
+ 36,
+ 130,
+ 93,
+ 106,
+ 11,
+ 13,
+ 81,
+ 217
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 7
+ ],
+ type: "INT32",
+ data: [
+ 215,
+ 31,
+ 133,
+ 217,
+ 144,
+ 105,
+ 246,
+ 62,
+ 60,
+ 165,
+ 148,
+ 190,
+ 5,
+ 153,
+ 0,
+ 84,
+ 238,
+ 33,
+ 126,
+ 12,
+ 160,
+ 7,
+ 47,
+ 206,
+ 141,
+ 78,
+ 48,
+ 113
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 7
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}