config_data.h 710 B

12345678910111213141516171819
  1. // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
  2. #pragma once
  3. #define MAXPOOL_INT16_2_OUT_CH 3
  4. #define MAXPOOL_INT16_2_IN_CH 3
  5. #define MAXPOOL_INT16_2_INPUT_W 7
  6. #define MAXPOOL_INT16_2_INPUT_H 7
  7. #define MAXPOOL_INT16_2_DST_SIZE 75
  8. #define MAXPOOL_INT16_2_INPUT_SIZE 147
  9. #define MAXPOOL_INT16_2_OUT_ACTIVATION_MIN -30000
  10. #define MAXPOOL_INT16_2_OUT_ACTIVATION_MAX 30000
  11. #define MAXPOOL_INT16_2_INPUT_BATCHES 1
  12. #define MAXPOOL_INT16_2_FILTER_X 3
  13. #define MAXPOOL_INT16_2_FILTER_Y 3
  14. #define MAXPOOL_INT16_2_STRIDE_X 1
  15. #define MAXPOOL_INT16_2_STRIDE_Y 1
  16. #define MAXPOOL_INT16_2_PAD_X 0
  17. #define MAXPOOL_INT16_2_PAD_Y 0
  18. #define MAXPOOL_INT16_2_OUTPUT_W 5
  19. #define MAXPOOL_INT16_2_OUTPUT_H 5