Public Member Functions | |
| Backend (const nplm::neuralLM &from, const std::size_t cache_size) | |
| nplm::neuralLM & | LM () |
| const nplm::neuralLM & | LM () const |
| Eigen::Matrix< int, Eigen::Dynamic, 1 > & | staging_ngram () |
| double | lookup_from_staging () |
| int | order () const |
Definition at line 23 of file nplm.cc.
| lm::np::Backend::Backend | ( | const nplm::neuralLM & | from, | |
| const std::size_t | cache_size | |||
| ) | [inline] |
| double lm::np::Backend::lookup_from_staging | ( | ) | [inline] |
Definition at line 34 of file nplm.cc.
Referenced by lm::np::Model::FullScore().

| int lm::np::Backend::order | ( | ) | const [inline] |
Definition at line 36 of file nplm.cc.
Referenced by lm::np::Model::FullScore().

| Eigen::Matrix<int,Eigen::Dynamic,1>& lm::np::Backend::staging_ngram | ( | ) | [inline] |
Definition at line 32 of file nplm.cc.
Referenced by lm::np::Model::FullScore().

1.5.9