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 testA();
|
|
void testB();
|
|
|
|
// Pattern IDs
|
|
static const int INPUT1_F32_ID=0;
|
|
static const int INPUT2_F32_ID=1;
|
|
|
|
// Output IDs
|
|
static const int OUT_SAMPLES_F32_ID=0;
|
|
|
|
// Test IDs
|
|
static const int TESTA_1=1;
|
|
static const int TESTB_2=2;
|