From 874bb4fe493b2958a21e9a84c22828e82d4ff167 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 16 Nov 2022 14:39:55 +0000 Subject: Updating conformance files for BF16 support Signed-off-by: Jeremy Johnson Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d --- .../test.json | 197 +++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_13x13_i8xi8_accf16/test.json (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_13x13_i8xi8_accf16/test.json') diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_13x13_i8xi8_accf16/test.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_13x13_i8xi8_accf16/test.json new file mode 100644 index 000000000..058fe6b9a --- /dev/null +++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_13x13_i8xi8_accf16/test.json @@ -0,0 +1,197 @@ +{ + 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: 28, + weight_zp: 85, + accum_dtype: "FP16" + }, + inputs: [ + "input-0", + "const-1", + "const-2" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 13, + 13 + ], + type: "INT8" + }, + { + name: "const-1", + shape: [ + 6, + 13 + ], + type: "INT8", + data: [ + 14, + 173, + 19, + 238, + 93, + 249, + 253, + 207, + 142, + 119, + 198, + 165, + 150, + 54, + 227, + 6, + 155, + 226, + 209, + 44, + 53, + 167, + 92, + 110, + 150, + 85, + 77, + 62, + 127, + 117, + 223, + 112, + 171, + 179, + 60, + 98, + 179, + 74, + 72, + 239, + 95, + 8, + 12, + 15, + 23, + 4, + 104, + 236, + 195, + 31, + 250, + 82, + 93, + 116, + 90, + 42, + 246, + 114, + 228, + 118, + 121, + 38, + 122, + 200, + 143, + 4, + 211, + 103, + 43, + 160, + 28, + 62, + 227, + 114, + 59, + 55, + 210, + 114 + ] + }, + { + name: "const-2", + shape: [ + 6 + ], + type: "INT32", + data: [ + 201, + 26, + 70, + 44, + 137, + 186, + 231, + 56, + 232, + 202, + 247, + 77, + 118, + 208, + 130, + 124, + 97, + 110, + 95, + 48, + 47, + 183, + 0, + 118 + ] + }, + { + name: "result-0", + shape: [ + 13, + 6 + ], + type: "FP16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1