aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/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_WrongRank_12x10x7_i8xi4_acci32/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_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, 0 insertions, 213 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
deleted file mode 100644
index cb8a31b0f..000000000
--- a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongRank_12x10x7_i8xi4_acci32/test.json
+++ /dev/null
@@ -1,213 +0,0 @@
-{
- 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"
- ]
- }
- ]
-}