|
ONE - On-device Neural Engine
|
#include <DepthwiseConv2D.h>

Data Fields | |
| Stride | stride |
| Padding | padding |
| uint32_t | multiplier |
| Activation | activation |
| Dilation | dilation |
Definition at line 39 of file DepthwiseConv2D.h.
| Activation onert::ir::operation::DepthwiseConv2D::Param::activation |
Definition at line 44 of file DepthwiseConv2D.h.
Referenced by onert::backend::train::KernelGenerator::visit(), and onert::ir::train::UseDefGenerator::visit().
| Dilation onert::ir::operation::DepthwiseConv2D::Param::dilation |
Definition at line 45 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationValidator::visit().
| uint32_t onert::ir::operation::DepthwiseConv2D::Param::multiplier |
Definition at line 43 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), and onert::backend::train::KernelGenerator::visit().
| Padding onert::ir::operation::DepthwiseConv2D::Param::padding |
Definition at line 42 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationDumper::visit().
| Stride onert::ir::operation::DepthwiseConv2D::Param::stride |
Definition at line 41 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationValidator::visit().