config_data.h 730 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 AVGPOOLING_OUT_CH 20
  5. #define AVGPOOLING_IN_CH 20
  6. #define AVGPOOLING_INPUT_W 22
  7. #define AVGPOOLING_INPUT_H 12
  8. #define AVGPOOLING_DST_SIZE 360
  9. #define AVGPOOLING_INPUT_SIZE 5280
  10. #define AVGPOOLING_OUT_ACTIVATION_MIN -128
  11. #define AVGPOOLING_OUT_ACTIVATION_MAX 127
  12. #define AVGPOOLING_INPUT_BATCHES 2
  13. #define AVGPOOLING_FILTER_X 6
  14. #define AVGPOOLING_FILTER_Y 5
  15. #define AVGPOOLING_STRIDE_X 9
  16. #define AVGPOOLING_STRIDE_Y 5
  17. #define AVGPOOLING_PAD_X 1
  18. #define AVGPOOLING_PAD_Y 1
  19. #define AVGPOOLING_OUTPUT_W 3
  20. #define AVGPOOLING_OUTPUT_H 3