ONE - On-device Neural Engine
|
#include <coco/IR/Padding2D.h>
#include <nncc/core/ADT/tensor/Shape.h>
#include <schema_generated.h>
Go to the source code of this file.
Namespaces | |
namespace | tflimport |
Functions | |
coco::Padding2D | tflimport::pool2D_padding (const tflite::Pool2DOptions *options, const tensor::Shape &ifm_shape, const int filter_w, const int filter_h) |
coco::Padding2D | tflimport::conv2D_padding (const tflite::Conv2DOptions *options, const tensor::Shape &ifm_shape, const tensor::Shape &kernel_shape) |
coco::Padding2D | tflimport::depthwiseConv2D_padding (const tflite::DepthwiseConv2DOptions *options, const tensor::Shape &ifm_shape, const tensor::Shape &kernel_shape) |