aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-02-03 13:02:00 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-06 19:02:24 +0000
commit6dad592daec2aeed4473a084f54e60f088597fe4 (patch)
tree605649f1f4febe0b73d0095076c1ea45a52c4fb6 /operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json
parentb00b1a1db3067c916671ce76840fd06b551b712b (diff)
downloadconformance_tests-6dad592daec2aeed4473a084f54e60f088597fe4.tar.gz
Create MI tests for Tensors: AVG_POOL2D, FULLY_CONNECTED, MATMUL
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I3bf038baba78bd9a54b33e6c718e02ff5eae37ad
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json207
1 files changed, 207 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json
new file mode 100644
index 000000000..9e5259832
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_2x8_i48xi48_acci32/test.json
@@ -0,0 +1,207 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ 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
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 8
+ ],
+ type: "INT48"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 8
+ ],
+ type: "INT48",
+ data: [
+ 80,
+ 7,
+ 243,
+ 224,
+ 178,
+ 231,
+ 17,
+ 0,
+ 243,
+ 105,
+ 81,
+ 27,
+ 60,
+ 83,
+ 64,
+ 49,
+ 194,
+ 100,
+ 239,
+ 44,
+ 168,
+ 169,
+ 240,
+ 89,
+ 160,
+ 87,
+ 46,
+ 167,
+ 134,
+ 107,
+ 24,
+ 51,
+ 13,
+ 140,
+ 219,
+ 196,
+ 221,
+ 89,
+ 16,
+ 144,
+ 68,
+ 124,
+ 227,
+ 187,
+ 243,
+ 237,
+ 254,
+ 80,
+ 139,
+ 141,
+ 61,
+ 134,
+ 120,
+ 75,
+ 122,
+ 160,
+ 98,
+ 110,
+ 230,
+ 42,
+ 84,
+ 214,
+ 44,
+ 115,
+ 183,
+ 123,
+ 105,
+ 147,
+ 167,
+ 73,
+ 10,
+ 241,
+ 51,
+ 167,
+ 22,
+ 133,
+ 213,
+ 61,
+ 128,
+ 252,
+ 235,
+ 75,
+ 229,
+ 50,
+ 93,
+ 244,
+ 182,
+ 45,
+ 106,
+ 59,
+ 160,
+ 243,
+ 128,
+ 255,
+ 95,
+ 64
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "INT48",
+ data: [
+ 139,
+ 226,
+ 201,
+ 96,
+ 213,
+ 176,
+ 23,
+ 254,
+ 230,
+ 111,
+ 91,
+ 217
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}