ONE - On-device Neural Engine
|
#include <DepthwiseConv2D.h>
Data Fields | |
Stride | stride |
Padding | padding |
uint32_t | multiplier |
Activation | activation |
Dilation | dilation |
Definition at line 43 of file DepthwiseConv2D.h.
Activation onert::ir::operation::DepthwiseConv2D::Param::activation |
Definition at line 48 of file DepthwiseConv2D.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), onert::backend::train::KernelGenerator::visit(), and onert::ir::train::UseDefGenerator::visit().
Dilation onert::ir::operation::DepthwiseConv2D::Param::dilation |
Definition at line 49 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::cpu::KernelGenerator::visit(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationValidator::visit().
uint32_t onert::ir::operation::DepthwiseConv2D::Param::multiplier |
Definition at line 47 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::cpu::KernelGenerator::visit(), and onert::backend::train::KernelGenerator::visit().
Padding onert::ir::operation::DepthwiseConv2D::Param::padding |
Definition at line 46 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::cpu::KernelGenerator::visit(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationDumper::visit().
Stride onert::ir::operation::DepthwiseConv2D::Param::stride |
Definition at line 45 of file DepthwiseConv2D.h.
Referenced by onert::shape_inference::inferDepthwiseConv2DShape(), onert::backend::cpu::KernelGenerator::visit(), onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationValidator::visit().