
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 243 of file lattice-biglm-faster-decoder.h.
      
  | 
  inline | 
Definition at line 251 of file lattice-biglm-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::ProcessEmitting(), and LatticeBiglmFasterDecoder::ProcessNonemitting().
| BaseFloat acoustic_cost | 
Definition at line 248 of file lattice-biglm-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::PruneForwardLinks(), and LatticeBiglmFasterDecoder::PruneForwardLinksFinal().
| BaseFloat graph_cost | 
| Label ilabel | 
Definition at line 245 of file lattice-biglm-faster-decoder.h.
| ForwardLink* next | 
| Token* next_tok | 
| Label olabel | 
Definition at line 246 of file lattice-biglm-faster-decoder.h.