void test_fully_connected_tflite_s8(); // Pattern IDs static const int INPUT1_S8_ID=0; static const int BIAS1_S8_ID=1; static const int WEIGHT1_S8_ID=2; static const int REF1_S8_ID=3; // Output IDs static const int OUTPUT_S8_ID=0; static const int TEMP_S16_ID=1; // Test IDs static const int TEST_FULLY_CONNECTED_TFLITE_S8_1=1;