config_data.h 624 B

12345678910111213141516171819
  1. // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
  2. #pragma once
  3. #define MAXPOOLING_OUT_CH 8
  4. #define MAXPOOLING_IN_CH 8
  5. #define MAXPOOLING_INPUT_W 22
  6. #define MAXPOOLING_INPUT_H 12
  7. #define MAXPOOLING_DST_SIZE 72
  8. #define MAXPOOLING_INPUT_SIZE 2112
  9. #define MAXPOOLING_OUT_ACTIVATION_MIN -128
  10. #define MAXPOOLING_OUT_ACTIVATION_MAX 127
  11. #define MAXPOOLING_INPUT_BATCHES 1
  12. #define MAXPOOLING_FILTER_X 6
  13. #define MAXPOOLING_FILTER_Y 5
  14. #define MAXPOOLING_STRIDE_X 9
  15. #define MAXPOOLING_STRIDE_Y 5
  16. #define MAXPOOLING_PAD_X 1
  17. #define MAXPOOLING_PAD_Y 1
  18. #define MAXPOOLING_OUTPUT_W 3
  19. #define MAXPOOLING_OUTPUT_H 3