ONE - On-device Neural Engine
|
#include "DepthwiseConv2D.h"
#include "QuantizationHelpers.h"
#include "Common.h"
#include "mir/ShapeRange.h"
#include "mir/Tensor.h"
#include <cmath>
Go to the source code of this file.
Data Structures | |
struct | mir_interpreter::DepthwiseConv2DImpl< T > |
struct | mir_interpreter::DepthwiseConv2DImpl< uint8_t > |
Namespaces | |
namespace | mir_interpreter |
Functions | |
void | mir_interpreter::DepthwiseConv2D (const mir::ops::DepthwiseConv2DOp &op, const mir::TensorVariant &input, const mir::TensorVariant &kernel, mir::TensorVariant &output, const mir::TensorVariant *bias) |