ONE - On-device Neural Engine
|
#include <LogSoftmax.h>
Data Fields | |
float | beta |
int | axis |
Definition at line 39 of file LogSoftmax.h.
int onert::ir::operation::LogSoftmax::Param::axis |
Definition at line 42 of file LogSoftmax.h.
Referenced by onert::backend::cpu::KernelGenerator::visit().
float onert::ir::operation::LogSoftmax::Param::beta |
Definition at line 41 of file LogSoftmax.h.
Referenced by onert::backend::cpu::KernelGenerator::visit().