|
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 25 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 33 of file ElementwiseUnary.h.
| onert::ir::operation::ElementwiseUnary::ElementwiseUnary | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs, | ||
| const Param & | param | ||
| ) |
Definition at line 27 of file ElementwiseUnary.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 25 of file ElementwiseUnary.cc.
|
overridevirtual |
Reimplemented from onert::ir::IOperation.
Definition at line 35 of file ElementwiseUnary.cc.
References onert::ir::operation::ElementwiseUnary::Param::op_type.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 66 of file ElementwiseUnary.h.
|
inline |
Definition at line 69 of file ElementwiseUnary.h.
Referenced by onert::ir::OperationValidator::visit().