ONE - On-device Neural Engine
|
#include <ElementwiseUnary.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 } |
enum class | Type { ABS , CAST , COS , DEQUANTIZE , ERF , EXP , FLOOR , LOG , LOGICAL_NOT , NEG , QUANTIZE , ROUND , RSQRT , SIN , SQRT , SQUARE , ZEROS_LIKE } |
Definition at line 29 of file ElementwiseUnary.h.
|
strong |
Enumerator | |
---|---|
ABS | |
CAST | |
COS | |
DEQUANTIZE | |
ERF | |
EXP | |
FLOOR | |
LOG | |
LOGICAL_NOT | |
NEG | |
QUANTIZE | |
ROUND | |
RSQRT | |
SIN | |
SQRT | |
SQUARE | |
ZEROS_LIKE |
Definition at line 37 of file ElementwiseUnary.h.
onert::ir::operation::ElementwiseUnary::ElementwiseUnary | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 31 of file ElementwiseUnary.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 29 of file ElementwiseUnary.cc.
|
overridevirtual |
Reimplemented from onert::ir::IOperation.
Definition at line 39 of file ElementwiseUnary.cc.
References onert::ir::operation::ElementwiseUnary::Param::op_type.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 70 of file ElementwiseUnary.h.
|
inline |
Definition at line 73 of file ElementwiseUnary.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), and onert::ir::OperationValidator::visit().