From e2ac2482baa202af7fe759a6b58d9bdd75168b6a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:00 +0100 Subject: Updating framework tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I216edc7080a64aa481deb192253295a006fa4373 --- .../fully_connected_1x4x4x4_qi8/placeholder_1.json | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/placeholder_1.json (limited to 'frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/placeholder_1.json') diff --git a/frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/placeholder_1.json b/frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/placeholder_1.json new file mode 100644 index 000000000..7c3de2e81 --- /dev/null +++ b/frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/placeholder_1.json @@ -0,0 +1,175 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 102, + -100, + -23, + -24, + -93, + 76, + -17, + 109 + ], + [ + 95, + -92, + 16, + 37, + -31, + 29, + -42, + 11 + ], + [ + -48, + -64, + 58, + -79, + -52, + 53, + 108, + -54 + ], + [ + 16, + -89, + -62, + -126, + 7, + -25, + -68, + 15 + ] + ], + [ + [ + 89, + -20, + 100, + -106, + 11, + 112, + 96, + -3 + ], + [ + -73, + -1, + 110, + 70, + -128, + -116, + 65, + 107 + ], + [ + 44, + -105, + 12, + -31, + -29, + 19, + -15, + 108 + ], + [ + 11, + -11, + -43, + -109, + 27, + 44, + 116, + -120 + ] + ], + [ + [ + 97, + -88, + 106, + 69, + -24, + -106, + 30, + -37 + ], + [ + -115, + -106, + 38, + 120, + 121, + 18, + -39, + -63 + ], + [ + -108, + -101, + -120, + -76, + -30, + 84, + -27, + -91 + ], + [ + 10, + 49, + 36, + 9, + -39, + -102, + -27, + 101 + ] + ], + [ + [ + -6, + 106, + 96, + -66, + -103, + 15, + 125, + -122 + ], + [ + -38, + 117, + 33, + 35, + -123, + 54, + -83, + 127 + ], + [ + -32, + -47, + 118, + 86, + -126, + -3, + -19, + -3 + ], + [ + -126, + 103, + 79, + 28, + 125, + -82, + 103, + 96 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1