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.
20 lines
491 B
C
20 lines
491 B
C
void test_barycenter_f32();
|
|
void test_weighted_sum_f32();
|
|
|
|
// Pattern IDs
|
|
static const int INPUTS1_F32_ID=0;
|
|
static const int DIMS1_S16_ID=1;
|
|
static const int WEIGHTS1_F32_ID=2;
|
|
static const int REF1_F32_ID=3;
|
|
static const int INPUTS2_F32_ID=4;
|
|
static const int DIMS2_S16_ID=5;
|
|
static const int WEIGHTS2_F32_ID=6;
|
|
static const int REF2_F32_ID=7;
|
|
|
|
// Output IDs
|
|
static const int OUT_F32_ID=0;
|
|
|
|
// Test IDs
|
|
static const int TEST_BARYCENTER_F32_1=1;
|
|
static const int TEST_WEIGHTED_SUM_F32_2=2;
|