ONE - On-device Neural Engine
|
#include <Pool2D.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 } |
enum class | PoolType { AVG , L2 , MAX } |
|
strong |
onert::ir::operation::Pool2D::Pool2D | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 31 of file Pool2D.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Reimplemented in onert::ir::train::operation::Pool2D.
Definition at line 29 of file Pool2D.cc.
|
overridevirtual |
Reimplemented from onert::ir::IOperation.
Definition at line 37 of file Pool2D.cc.
References AVG, L2, MAX, onert::ir::operation::Pool2D::Param::op_type, opcode(), and onert::ir::toString().
Referenced by onert::backend::train::KernelGenerator::visit(), and onert::ir::OperationDumper::visit().
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 65 of file Pool2D.h.
Referenced by name().
|
inline |
Definition at line 68 of file Pool2D.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), onert::exec::DynamicShapeInferer::visit(), onert::backend::train::KernelGenerator::visit(), onert::ir::OperationDumper::visit(), and onert::ir::train::UseDefGenerator::visit().