ONE - On-device Neural Engine
|
#include <DepthwiseConv2D.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 , KERNEL , BIAS } |
Definition at line 33 of file DepthwiseConv2D.h.
Enumerator | |
---|---|
INPUT | |
KERNEL | |
BIAS |
Definition at line 36 of file DepthwiseConv2D.h.
onert::ir::operation::DepthwiseConv2D::DepthwiseConv2D | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file DepthwiseConv2D.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Reimplemented in onert::ir::train::operation::DepthwiseConv2D.
Definition at line 27 of file DepthwiseConv2D.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 58 of file DepthwiseConv2D.h.
|
inline |
Definition at line 61 of file DepthwiseConv2D.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), onert::backend::train::KernelGenerator::visit(), onert::ir::OperationDumper::visit(), onert::ir::OperationValidator::visit(), and onert::ir::train::UseDefGenerator::visit().