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.
35 lines
990 B
C
35 lines
990 B
C
void test_avgpool_s8();
|
|
|
|
// Pattern IDs
|
|
static const int INPUT1_S8_ID=0;
|
|
static const int REF1_S8_ID=1;
|
|
static const int INPUT2_S8_ID=2;
|
|
static const int REF2_S8_ID=3;
|
|
static const int INPUT3_S8_ID=4;
|
|
static const int REF3_S8_ID=5;
|
|
static const int INPUT4_S8_ID=6;
|
|
static const int REF4_S8_ID=7;
|
|
static const int INPUT5_S8_ID=8;
|
|
static const int REF5_S8_ID=9;
|
|
static const int INPUT6_S8_ID=10;
|
|
static const int REF6_S8_ID=11;
|
|
static const int INPUT7_S8_ID=12;
|
|
static const int REF7_S8_ID=13;
|
|
static const int INPUT8_S8_ID=14;
|
|
static const int REF8_S8_ID=15;
|
|
|
|
// Output IDs
|
|
static const int OUTPUT_S8_ID=0;
|
|
static const int TEMP_S8_ID=1;
|
|
static const int TEMPINPUT_S8_ID=2;
|
|
|
|
// Test IDs
|
|
static const int TEST_AVGPOOL_S8_1=1;
|
|
static const int TEST_AVGPOOL_S8_2=2;
|
|
static const int TEST_AVGPOOL_S8_3=3;
|
|
static const int TEST_AVGPOOL_S8_4=4;
|
|
static const int TEST_AVGPOOL_S8_5=5;
|
|
static const int TEST_AVGPOOL_S8_6=6;
|
|
static const int TEST_AVGPOOL_S8_7=7;
|
|
static const int TEST_AVGPOOL_S8_8=8;
|