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