
Public Member Functions | |
| Token (BaseFloat tot_cost, BaseFloat extra_cost, ForwardLink *links, Token *next) | |
| Token () | |
| void | DeleteForwardLinks () |
Public Attributes | |
| BaseFloat | tot_cost |
| BaseFloat | extra_cost |
| ForwardLink * | links |
| Token * | next |
Definition at line 185 of file lattice-simple-decoder.h.
|
inline |
Definition at line 198 of file lattice-simple-decoder.h.
|
inline |
Definition at line 201 of file lattice-simple-decoder.h.
|
inline |
Definition at line 202 of file lattice-simple-decoder.h.
References LatticeSimpleDecoder::ForwardLink::next.
Referenced by LatticeSimpleDecoder::ProcessNonemitting().
| BaseFloat extra_cost |
Definition at line 187 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::PruneForwardLinks(), LatticeSimpleDecoder::PruneForwardLinksFinal(), and LatticeSimpleDecoder::PruneTokensForFrame().
| ForwardLink* links |
Definition at line 194 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::ProcessEmitting(), and LatticeSimpleDecoder::ProcessNonemitting().
| Token* next |
Definition at line 196 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::ClearActiveTokens(), and LatticeSimpleDecoder::PruneTokensForFrame().
| BaseFloat tot_cost |
Definition at line 186 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::ComputeFinalCosts(), LatticeSimpleDecoder::FindOrAddToken(), LatticeSimpleDecoder::ProcessEmitting(), LatticeSimpleDecoder::ProcessNonemitting(), LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().