From f28351d57bbe212bc75ed18375b4f421937e113e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 15:07:37 +0100 Subject: Updating test files for FLOAT/FP32 name change Plus re-instate accidentally removed operator READMEs. Signed-off-by: Jeremy Johnson Change-Id: I534e5be23cb524c886208107e1bfe22ac6e8f160 --- .../input-0.json | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_11x2_i8xi8_accf32/input-0.json (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_11x2_i8xi8_accf32/input-0.json') diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_11x2_i8xi8_accf32/input-0.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_11x2_i8xi8_accf32/input-0.json new file mode 100644 index 000000000..93270f40b --- /dev/null +++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongOutputType_11x2_i8xi8_accf32/input-0.json @@ -0,0 +1,49 @@ +{ + "type": "int32", + "data": [ + [ + 104, + 83 + ], + [ + -35, + 106 + ], + [ + 98, + -89 + ], + [ + 34, + 84 + ], + [ + -96, + -121 + ], + [ + 66, + -100 + ], + [ + -46, + -23 + ], + [ + 92, + 43 + ], + [ + -57, + -3 + ], + [ + -7, + -75 + ], + [ + -12, + 33 + ] + ] +} \ No newline at end of file -- cgit v1.2.1