config_data.h 656 B

12345678910111213141516171819
  1. // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
  2. #pragma once
  3. #define MAXPOOLING_6_OUT_CH 17
  4. #define MAXPOOLING_6_IN_CH 17
  5. #define MAXPOOLING_6_INPUT_W 1
  6. #define MAXPOOLING_6_INPUT_H 5
  7. #define MAXPOOLING_6_DST_SIZE 34
  8. #define MAXPOOLING_6_INPUT_SIZE 85
  9. #define MAXPOOLING_6_OUT_ACTIVATION_MIN -128
  10. #define MAXPOOLING_6_OUT_ACTIVATION_MAX 127
  11. #define MAXPOOLING_6_INPUT_BATCHES 1
  12. #define MAXPOOLING_6_FILTER_X 3
  13. #define MAXPOOLING_6_FILTER_Y 4
  14. #define MAXPOOLING_6_STRIDE_X 1
  15. #define MAXPOOLING_6_STRIDE_Y 3
  16. #define MAXPOOLING_6_PAD_X 1
  17. #define MAXPOOLING_6_PAD_Y 1
  18. #define MAXPOOLING_6_OUTPUT_W 1
  19. #define MAXPOOLING_6_OUTPUT_H 2