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