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.
|
void test_avgpool_s8();
|
|
|
|
// Pattern IDs
|
|
static const int INPUT1_S8_ID=0;
|
|
static const int REF1_S8_ID=1;
|
|
|
|
// 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;
|