18#ifndef __OP_MAX_POOL_2D_H__
19#define __OP_MAX_POOL_2D_H__
26 int32_t padding_top, int32_t padding_bottom, int32_t stride_width,
27 int32_t stride_height, int32_t filter_width, int32_t filter_height,
bool maxPoolPrepare(const Shape &input, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, int32_t stride_width, int32_t stride_height, int32_t filter_width, int32_t filter_height, Shape *output)