| 12345678910111213141516171819 |
- // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
- #pragma once
- #define MAXPOOLING_1_OUT_CH 3
- #define MAXPOOLING_1_IN_CH 3
- #define MAXPOOLING_1_INPUT_W 9
- #define MAXPOOLING_1_INPUT_H 5
- #define MAXPOOLING_1_DST_SIZE 3
- #define MAXPOOLING_1_INPUT_SIZE 135
- #define MAXPOOLING_1_OUT_ACTIVATION_MIN -128
- #define MAXPOOLING_1_OUT_ACTIVATION_MAX 127
- #define MAXPOOLING_1_INPUT_BATCHES 1
- #define MAXPOOLING_1_FILTER_X 9
- #define MAXPOOLING_1_FILTER_Y 5
- #define MAXPOOLING_1_STRIDE_X 1
- #define MAXPOOLING_1_STRIDE_Y 2
- #define MAXPOOLING_1_PAD_X 0
- #define MAXPOOLING_1_PAD_Y 0
- #define MAXPOOLING_1_OUTPUT_W 1
- #define MAXPOOLING_1_OUTPUT_H 1
|