aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json213
1 files changed, 213 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json
new file mode 100644
index 000000000..cb8a31b0f
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json
@@ -0,0 +1,213 @@
+{
+ 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: -17,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 10,
+ 7
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 13,
+ 10
+ ],
+ type: "INT4",
+ data: [
+ 222,
+ 190,
+ 174,
+ 58,
+ 26,
+ 52,
+ 191,
+ 86,
+ 162,
+ 217,
+ 91,
+ 220,
+ 87,
+ 236,
+ 32,
+ 103,
+ 151,
+ 28,
+ 233,
+ 107,
+ 185,
+ 187,
+ 225,
+ 198,
+ 33,
+ 66,
+ 12,
+ 85,
+ 34,
+ 37,
+ 167,
+ 174,
+ 10,
+ 252,
+ 47,
+ 87,
+ 222,
+ 164,
+ 241,
+ 43,
+ 189,
+ 178,
+ 179,
+ 95,
+ 76,
+ 99,
+ 59,
+ 71,
+ 91,
+ 26,
+ 0,
+ 144,
+ 112,
+ 223,
+ 167,
+ 0,
+ 96,
+ 127,
+ 74,
+ 193,
+ 60,
+ 34,
+ 25,
+ 151,
+ 0
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 13
+ ],
+ type: "INT32",
+ data: [
+ 145,
+ 194,
+ 145,
+ 101,
+ 24,
+ 151,
+ 104,
+ 200,
+ 134,
+ 96,
+ 190,
+ 249,
+ 19,
+ 229,
+ 153,
+ 55,
+ 44,
+ 215,
+ 113,
+ 143,
+ 38,
+ 48,
+ 20,
+ 77,
+ 66,
+ 150,
+ 124,
+ 82,
+ 12,
+ 201,
+ 58,
+ 56,
+ 112,
+ 94,
+ 239,
+ 37,
+ 131,
+ 111,
+ 99,
+ 63,
+ 216,
+ 58,
+ 33,
+ 72,
+ 254,
+ 228,
+ 68,
+ 103,
+ 72,
+ 138,
+ 156,
+ 237
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 13
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}