|
ONE - On-device Neural Engine
|
#include <LogSoftmax.h>

Data Structures | |
| struct | Param |
Public Types | |
| enum | Input { INPUT = 0 } |
Definition at line 27 of file LogSoftmax.h.
| Enumerator | |
|---|---|
| INPUT | |
Definition at line 30 of file LogSoftmax.h.
| onert::ir::operation::LogSoftmax::LogSoftmax | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs, | ||
| const Param & | param | ||
| ) |
Definition at line 25 of file LogSoftmax.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 23 of file LogSoftmax.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 47 of file LogSoftmax.h.
|
inline |
Definition at line 50 of file LogSoftmax.h.