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 | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_7x2_i4xi4_acci32/input-0.json (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_7x2_i4xi4_acci32/input-0.json') diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_7x2_i4xi4_acci32/input-0.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_7x2_i4xi4_acci32/input-0.json new file mode 100644 index 000000000..37c0c11ab --- /dev/null +++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WrongInputType_7x2_i4xi4_acci32/input-0.json @@ -0,0 +1,33 @@ +{ + "type": "int32", + "data": [ + [ + -2, + 4 + ], + [ + -3, + 6 + ], + [ + -2, + 5 + ], + [ + 0, + 5 + ], + [ + 0, + 3 + ], + [ + -2, + -4 + ], + [ + -6, + 0 + ] + ] +} \ No newline at end of file -- cgit v1.2.1