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_2_OUT_CH 5
  4. #define MAXPOOLING_2_IN_CH 5
  5. #define MAXPOOLING_2_INPUT_W 12
  6. #define MAXPOOLING_2_INPUT_H 1
  7. #define MAXPOOLING_2_DST_SIZE 60
  8. #define MAXPOOLING_2_INPUT_SIZE 60
  9. #define MAXPOOLING_2_OUT_ACTIVATION_MIN -128
  10. #define MAXPOOLING_2_OUT_ACTIVATION_MAX 127
  11. #define MAXPOOLING_2_INPUT_BATCHES 1
  12. #define MAXPOOLING_2_FILTER_X 3
  13. #define MAXPOOLING_2_FILTER_Y 1
  14. #define MAXPOOLING_2_STRIDE_X 1
  15. #define MAXPOOLING_2_STRIDE_Y 2
  16. #define MAXPOOLING_2_PAD_X 1
  17. #define MAXPOOLING_2_PAD_Y 0
  18. #define MAXPOOLING_2_OUTPUT_W 12
  19. #define MAXPOOLING_2_OUTPUT_H 1