| 12345678910111213141516171819 |
- // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
- #pragma once
- #define MAXPOOL_INT16_2_OUT_CH 3
- #define MAXPOOL_INT16_2_IN_CH 3
- #define MAXPOOL_INT16_2_INPUT_W 7
- #define MAXPOOL_INT16_2_INPUT_H 7
- #define MAXPOOL_INT16_2_DST_SIZE 75
- #define MAXPOOL_INT16_2_INPUT_SIZE 147
- #define MAXPOOL_INT16_2_OUT_ACTIVATION_MIN -30000
- #define MAXPOOL_INT16_2_OUT_ACTIVATION_MAX 30000
- #define MAXPOOL_INT16_2_INPUT_BATCHES 1
- #define MAXPOOL_INT16_2_FILTER_X 3
- #define MAXPOOL_INT16_2_FILTER_Y 3
- #define MAXPOOL_INT16_2_STRIDE_X 1
- #define MAXPOOL_INT16_2_STRIDE_Y 1
- #define MAXPOOL_INT16_2_PAD_X 0
- #define MAXPOOL_INT16_2_PAD_Y 0
- #define MAXPOOL_INT16_2_OUTPUT_W 5
- #define MAXPOOL_INT16_2_OUTPUT_H 5
|