| 1234567891011121314151617181920 |
- // Generated by test_settings.py using tensorflow version 2.11.0 (Keras version 2.11.0).
- // Interpreter from tflite_runtime version 2.16.0 and revision 0.6.0-154906-gb2493fdf794.
- #pragma once
- #define MAXPOOL_INT16_OUT_CH 2
- #define MAXPOOL_INT16_IN_CH 2
- #define MAXPOOL_INT16_INPUT_W 4
- #define MAXPOOL_INT16_INPUT_H 3
- #define MAXPOOL_INT16_DST_SIZE 12
- #define MAXPOOL_INT16_INPUT_SIZE 24
- #define MAXPOOL_INT16_OUT_ACTIVATION_MIN -32768
- #define MAXPOOL_INT16_OUT_ACTIVATION_MAX 32767
- #define MAXPOOL_INT16_INPUT_BATCHES 3
- #define MAXPOOL_INT16_FILTER_X 2
- #define MAXPOOL_INT16_FILTER_Y 2
- #define MAXPOOL_INT16_STRIDE_X 2
- #define MAXPOOL_INT16_STRIDE_Y 2
- #define MAXPOOL_INT16_PAD_X 0
- #define MAXPOOL_INT16_PAD_Y 0
- #define MAXPOOL_INT16_OUTPUT_W 2
- #define MAXPOOL_INT16_OUTPUT_H 1
|