config_data.h 647 B

12345678910111213141516171819
  1. // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
  2. #pragma once
  3. #define MAXPOOLING_7_OUT_CH 1
  4. #define MAXPOOLING_7_IN_CH 1
  5. #define MAXPOOLING_7_INPUT_W 4
  6. #define MAXPOOLING_7_INPUT_H 2
  7. #define MAXPOOLING_7_DST_SIZE 2
  8. #define MAXPOOLING_7_INPUT_SIZE 8
  9. #define MAXPOOLING_7_OUT_ACTIVATION_MIN 0
  10. #define MAXPOOLING_7_OUT_ACTIVATION_MAX 6
  11. #define MAXPOOLING_7_INPUT_BATCHES 1
  12. #define MAXPOOLING_7_FILTER_X 2
  13. #define MAXPOOLING_7_FILTER_Y 2
  14. #define MAXPOOLING_7_STRIDE_X 2
  15. #define MAXPOOLING_7_STRIDE_Y 2
  16. #define MAXPOOLING_7_PAD_X 0
  17. #define MAXPOOLING_7_PAD_Y 0
  18. #define MAXPOOLING_7_OUTPUT_W 2
  19. #define MAXPOOLING_7_OUTPUT_H 1