config_data.h 778 B

1234567891011121314151617181920
  1. // Generated by test_settings.py using tensorflow version 2.11.0 (Keras version 2.11.0).
  2. // Interpreter from tflite_runtime version 2.16.0 and revision 0.6.0-154906-gb2493fdf794.
  3. #pragma once
  4. #define MAXPOOL_INT16_OUT_CH 2
  5. #define MAXPOOL_INT16_IN_CH 2
  6. #define MAXPOOL_INT16_INPUT_W 4
  7. #define MAXPOOL_INT16_INPUT_H 3
  8. #define MAXPOOL_INT16_DST_SIZE 12
  9. #define MAXPOOL_INT16_INPUT_SIZE 24
  10. #define MAXPOOL_INT16_OUT_ACTIVATION_MIN -32768
  11. #define MAXPOOL_INT16_OUT_ACTIVATION_MAX 32767
  12. #define MAXPOOL_INT16_INPUT_BATCHES 3
  13. #define MAXPOOL_INT16_FILTER_X 2
  14. #define MAXPOOL_INT16_FILTER_Y 2
  15. #define MAXPOOL_INT16_STRIDE_X 2
  16. #define MAXPOOL_INT16_STRIDE_Y 2
  17. #define MAXPOOL_INT16_PAD_X 0
  18. #define MAXPOOL_INT16_PAD_Y 0
  19. #define MAXPOOL_INT16_OUTPUT_W 2
  20. #define MAXPOOL_INT16_OUTPUT_H 1