ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ConvolutionCommon.cpp File Reference
#include "ConvolutionCommon.h"
#include "Utils.h"

Go to the source code of this file.

Namespaces

namespace  luci_interpreter
 

Functions

int32_t luci_interpreter::computeConvPadding (const circle::Tensor *input, const circle::Tensor *filter, circle::Padding padding_type, int32_t stride, int32_t dilation, int axis)
 
luci_interpreter_pal::ConvParams luci_interpreter::createConv2DParams (const circle::Tensor *input, const circle::Tensor *filter, const circle::Tensor *output, const circle::Conv2DOptions *options)