
Public Member Functions | |
| ForwardLink (Token *next_tok, Label ilabel, Label olabel, BaseFloat graph_cost, BaseFloat acoustic_cost, ForwardLink *next) | |
Public Attributes | |
| Token * | next_tok |
| Label | ilabel |
| Label | olabel |
| BaseFloat | graph_cost |
| BaseFloat | acoustic_cost |
| ForwardLink * | next |
Definition at line 165 of file lattice-simple-decoder.h.
|
inline |
Definition at line 173 of file lattice-simple-decoder.h.
| BaseFloat acoustic_cost |
Definition at line 170 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().
| BaseFloat graph_cost |
Definition at line 169 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().
| Label ilabel |
Definition at line 167 of file lattice-simple-decoder.h.
| ForwardLink* next |
Definition at line 171 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::Token::DeleteForwardLinks(), LatticeSimpleDecoder::GetRawLattice(), LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().
| Token* next_tok |
Definition at line 166 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().
| Label olabel |
Definition at line 168 of file lattice-simple-decoder.h.