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

Data Structures | |
| struct | Param |
Public Types | |
| enum | Input { OUTPUT_SHAPE = 0 , KERNEL , INPUT } |
Definition at line 29 of file TransposeConv.h.
| Enumerator | |
|---|---|
| OUTPUT_SHAPE | |
| KERNEL | |
| INPUT | |
Definition at line 32 of file TransposeConv.h.
| onert::ir::operation::TransposeConv::TransposeConv | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs, | ||
| const Param & | param | ||
| ) |
Definition at line 25 of file TransposeConv.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 23 of file TransposeConv.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 51 of file TransposeConv.h.
|
inline |
Definition at line 54 of file TransposeConv.h.
Referenced by onert::ir::OperationDumper::visit(), and onert::ir::OperationValidator::visit().