| 12345678910111213141516171819 |
- // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
- #pragma once
- #define MAXPOOLING_4_OUT_CH 2
- #define MAXPOOLING_4_IN_CH 2
- #define MAXPOOLING_4_INPUT_W 1
- #define MAXPOOLING_4_INPUT_H 20
- #define MAXPOOLING_4_DST_SIZE 14
- #define MAXPOOLING_4_INPUT_SIZE 40
- #define MAXPOOLING_4_OUT_ACTIVATION_MIN -128
- #define MAXPOOLING_4_OUT_ACTIVATION_MAX 127
- #define MAXPOOLING_4_INPUT_BATCHES 1
- #define MAXPOOLING_4_FILTER_X 1
- #define MAXPOOLING_4_FILTER_Y 3
- #define MAXPOOLING_4_STRIDE_X 1
- #define MAXPOOLING_4_STRIDE_Y 3
- #define MAXPOOLING_4_PAD_X 0
- #define MAXPOOLING_4_PAD_Y 0
- #define MAXPOOLING_4_OUTPUT_W 1
- #define MAXPOOLING_4_OUTPUT_H 7
|