17#ifndef __OP_PADDING_H__
18#define __OP_PADDING_H__
23#include <schema_generated.h>
31 const int filter_w,
const int filter_h);
coco::Padding2D depthwiseConv2D_padding(const tflite::DepthwiseConv2DOptions *options, const tensor::Shape &ifm_shape, const tensor::Shape &kernel_shape)
coco::Padding2D pool2D_padding(const tflite::Pool2DOptions *options, const tensor::Shape &ifm_shape, const int filter_w, const int filter_h)
coco::Padding2D conv2D_padding(const tflite::Conv2DOptions *options, const tensor::Shape &ifm_shape, const tensor::Shape &kernel_shape)