ONE - On-device Neural Engine
|
#include <DepthToSpace.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 } |
Definition at line 31 of file DepthToSpace.h.
onert::ir::operation::DepthToSpace::DepthToSpace | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file DepthToSpace.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 27 of file DepthToSpace.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 50 of file DepthToSpace.h.
|
inline |
Definition at line 53 of file DepthToSpace.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), onert::compiler::ShapeValidator::visit(), and onert::ir::OperationValidator::visit().