Definition at line 503 of file Stack.cxx.
◆ LSTMState()
| lwtDev::LSTMState::LSTMState |
( |
size_t | n_input, |
|
|
size_t | n_outputs ) |
Definition at line 509 of file Stack.cxx.
509 :
510 C_t(MatrixXd::Zero(n_output, n_input)),
511 h_t(MatrixXd::Zero(n_output, n_input)),
513 {
514 }
◆ C_t
| MatrixXd lwtDev::LSTMState::C_t |
◆ h_t
| MatrixXd lwtDev::LSTMState::h_t |
◆ time
| int lwtDev::LSTMState::time |
The documentation for this struct was generated from the following file: