#include <lattice-faster-decoder.h>
Public Types | |
using | Label = fst::StdArc::Label |
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 105 of file lattice-faster-decoder.h.
using Label = fst::StdArc::Label |
Definition at line 106 of file lattice-faster-decoder.h.
|
inline |
Definition at line 115 of file lattice-faster-decoder.h.
BaseFloat acoustic_cost |
Definition at line 112 of file lattice-faster-decoder.h.
Referenced by LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinks(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().
BaseFloat graph_cost |
Definition at line 111 of file lattice-faster-decoder.h.
Referenced by LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinks(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().
Label ilabel |
Definition at line 109 of file lattice-faster-decoder.h.
Referenced by LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().
ForwardLink* next |
Definition at line 113 of file lattice-faster-decoder.h.
Referenced by LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::DeleteForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::DeleteForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::GetLattice(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::GetRawLattice(), LatticeFasterOnlineDecoderTpl< fst::StdFst >::GetRawLatticePruned(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinks(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::TopSortTokens(), LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().
Token* next_tok |
Definition at line 108 of file lattice-faster-decoder.h.
Referenced by LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinks(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinks(), LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalDecoderTpl< FST, decoder::BackpointerToken >::PruneForwardLinksFinal(), LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().
Label olabel |
Definition at line 110 of file lattice-faster-decoder.h.
Referenced by LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath(), and LatticeFasterOnlineDecoderTpl< fst::StdFst >::TraceBackBestPath().