You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Testing/GeneratedInclude/FullyConnectedBench_decl.h

15 lines
331 B
C

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;