PoolingBench_decl.h 270 B

12345678910111213
  1. void test_avgpool_s8();
  2. // Pattern IDs
  3. static const int INPUT1_S8_ID=0;
  4. static const int REF1_S8_ID=1;
  5. // Output IDs
  6. static const int OUTPUT_S8_ID=0;
  7. static const int TEMP_S8_ID=1;
  8. static const int TEMPINPUT_S8_ID=2;
  9. // Test IDs
  10. static const int TEST_AVGPOOL_S8_1=1;