|
ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
| FusedActivationFunctionType | activation {FusedActivationFunctionType::kNone} |
| float | cell_clip |
| float | proj_clip |
| LSTMKernelType | kernel_type |
| bool | asymmetric_quantize_inputs |
| FusedActivationFunctionType nnfw::cker::LSTMParams::activation {FusedActivationFunctionType::kNone} |
Definition at line 293 of file Types.h.
Referenced by onert::backend::cpu::ops::LSTMLayer::LSTMFloat(), and nnfw::cker::LstmStepFloat().
| float nnfw::cker::LSTMParams::cell_clip |
Definition at line 294 of file Types.h.
Referenced by onert::backend::cpu::ops::LSTMLayer::LSTMFloat(), and nnfw::cker::LstmStepFloat().
| LSTMKernelType nnfw::cker::LSTMParams::kernel_type |
| float nnfw::cker::LSTMParams::proj_clip |
Definition at line 295 of file Types.h.
Referenced by onert::backend::cpu::ops::LSTMLayer::LSTMFloat(), and nnfw::cker::LstmStepFloat().