void test_fully_connected_tflite_s8(); // Pattern IDs static const int INPUT1_S8_ID=0; static const int BIAS_S8_ID=1; static const int WEIGHT_S8_ID=2; static const int REF1_S8_ID=3; // Output IDs static const int OUTPUT1_S8_ID=0; static const int TEMP1_S16_ID=1; // Test IDs static const int TEST_FULLY_CONNECTED_TFLITE_S8_1=1;