aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json239
1 files changed, 239 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json
new file mode 100644
index 000000000..3b2cf40bc
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_10x11_i48xi48_acci32/test.json
@@ -0,0 +1,239 @@
+{
+ 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: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 11
+ ],
+ type: "INT48"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 11
+ ],
+ type: "INT48",
+ data: [
+ 51,
+ 236,
+ 105,
+ 196,
+ 203,
+ 179,
+ 43,
+ 103,
+ 42,
+ 249,
+ 49,
+ 188,
+ 159,
+ 219,
+ 98,
+ 6,
+ 166,
+ 216,
+ 5,
+ 30,
+ 13,
+ 86,
+ 106,
+ 82,
+ 105,
+ 40,
+ 128,
+ 223,
+ 82,
+ 92,
+ 64,
+ 138,
+ 180,
+ 215,
+ 8,
+ 13,
+ 140,
+ 121,
+ 197,
+ 99,
+ 243,
+ 108,
+ 254,
+ 46,
+ 35,
+ 171,
+ 93,
+ 237,
+ 18,
+ 16,
+ 45,
+ 163,
+ 216,
+ 26,
+ 162,
+ 162,
+ 145,
+ 222,
+ 226,
+ 109,
+ 222,
+ 167,
+ 253,
+ 38,
+ 116,
+ 5,
+ 117,
+ 175,
+ 207,
+ 247,
+ 1,
+ 246,
+ 19,
+ 243,
+ 85,
+ 155,
+ 106,
+ 135,
+ 234,
+ 90,
+ 29,
+ 167,
+ 106,
+ 97,
+ 165,
+ 169,
+ 200,
+ 197,
+ 97,
+ 176,
+ 162,
+ 188,
+ 93,
+ 206,
+ 255,
+ 244,
+ 144,
+ 156,
+ 203,
+ 221,
+ 70,
+ 75,
+ 127,
+ 191,
+ 177,
+ 115,
+ 61,
+ 3,
+ 145,
+ 203,
+ 64,
+ 148,
+ 238,
+ 71,
+ 171,
+ 136,
+ 147,
+ 204,
+ 51,
+ 86,
+ 136,
+ 107,
+ 47,
+ 159,
+ 244,
+ 90,
+ 99,
+ 195,
+ 226,
+ 245,
+ 94,
+ 148
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "INT48",
+ data: [
+ 105,
+ 115,
+ 123,
+ 253,
+ 224,
+ 180,
+ 182,
+ 54,
+ 218,
+ 86,
+ 211,
+ 104
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}