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