ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::lstm::LSTMParameters Struct Reference

#include <UnidirectionalSequenceLSTM.h>

Collaboration diagram for luci_interpreter::lstm::LSTMParameters:

Data Fields

GateParameters forget_gate_parameters
 
GateParameters input_gate_parameters
 
GateParameters cell_gate_parameters
 
GateParameters output_gate_parameters
 
InterGateParameters inter_gate_parameters
 

Detailed Description

Definition at line 211 of file UnidirectionalSequenceLSTM.h.

Field Documentation

◆ cell_gate_parameters

GateParameters luci_interpreter::lstm::LSTMParameters::cell_gate_parameters

◆ forget_gate_parameters

GateParameters luci_interpreter::lstm::LSTMParameters::forget_gate_parameters

◆ input_gate_parameters

GateParameters luci_interpreter::lstm::LSTMParameters::input_gate_parameters

◆ inter_gate_parameters

InterGateParameters luci_interpreter::lstm::LSTMParameters::inter_gate_parameters

◆ output_gate_parameters

GateParameters luci_interpreter::lstm::LSTMParameters::output_gate_parameters

The documentation for this struct was generated from the following file: