18#ifndef __OP_CONV_2D_H__
19#define __OP_CONV_2D_H__
26 int32_t padding_right, int32_t padding_top, int32_t padding_bottom,
27 int32_t stride_width, int32_t stride_height,
Shape *output);
bool convPrepare(const Shape &input, const Shape &filter, const Shape &bias, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, int32_t stride_width, int32_t stride_height, Shape *output)