config_data.h 758 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_4_OUT_CH 2
  5. #define AVGPOOLING_4_IN_CH 2
  6. #define AVGPOOLING_4_INPUT_W 1
  7. #define AVGPOOLING_4_INPUT_H 20
  8. #define AVGPOOLING_4_DST_SIZE 42
  9. #define AVGPOOLING_4_INPUT_SIZE 40
  10. #define AVGPOOLING_4_OUT_ACTIVATION_MIN -128
  11. #define AVGPOOLING_4_OUT_ACTIVATION_MAX 127
  12. #define AVGPOOLING_4_INPUT_BATCHES 3
  13. #define AVGPOOLING_4_FILTER_X 1
  14. #define AVGPOOLING_4_FILTER_Y 3
  15. #define AVGPOOLING_4_STRIDE_X 1
  16. #define AVGPOOLING_4_STRIDE_Y 3
  17. #define AVGPOOLING_4_PAD_X 0
  18. #define AVGPOOLING_4_PAD_Y 0
  19. #define AVGPOOLING_4_OUTPUT_W 1
  20. #define AVGPOOLING_4_OUTPUT_H 7