LatticeSimpleDecoder::ForwardLink Struct Reference
Collaboration diagram for LatticeSimpleDecoder::ForwardLink:

Public Member Functions

 ForwardLink (Token *next_tok, Label ilabel, Label olabel, BaseFloat graph_cost, BaseFloat acoustic_cost, ForwardLink *next)
 

Public Attributes

Tokennext_tok
 
Label ilabel
 
Label olabel
 
BaseFloat graph_cost
 
BaseFloat acoustic_cost
 
ForwardLinknext
 

Detailed Description

Definition at line 165 of file lattice-simple-decoder.h.

Constructor & Destructor Documentation

◆ ForwardLink()

Member Data Documentation

◆ acoustic_cost

◆ graph_cost

◆ ilabel

Label ilabel

Definition at line 167 of file lattice-simple-decoder.h.

◆ next

◆ next_tok

◆ olabel

Label olabel

Definition at line 168 of file lattice-simple-decoder.h.


The documentation for this struct was generated from the following file: