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