ComplexTests_decl.h 235 B

12345678910111213
  1. void testA();
  2. void testB();
  3. // Pattern IDs
  4. static const int INPUT1_F32_ID=0;
  5. static const int INPUT2_F32_ID=1;
  6. // Output IDs
  7. static const int OUT_SAMPLES_F32_ID=0;
  8. // Test IDs
  9. static const int TESTA_1=1;
  10. static const int TESTB_2=2;