#include <compose-lattice-pruned.h>

Public Member Functions | |
| ComposeLatticePrunedOptions () | |
| void | Register (OptionsItf *po) | 
Public Attributes | |
| float | lattice_compose_beam | 
| int32 | max_arcs | 
| int32 | initial_num_arcs | 
| BaseFloat | growth_ratio | 
Definition at line 94 of file compose-lattice-pruned.h.
      
  | 
  inline | 
Definition at line 124 of file compose-lattice-pruned.h.
      
  | 
  inline | 
Definition at line 128 of file compose-lattice-pruned.h.
References kaldi::ComposeCompactLatticePruned(), and OptionsItf::Register().
Referenced by main().
| BaseFloat growth_ratio | 
Definition at line 122 of file compose-lattice-pruned.h.
Referenced by PrunedCompactLatticeComposer::GetCurrentArcLimit().
| int32 initial_num_arcs | 
Definition at line 115 of file compose-lattice-pruned.h.
Referenced by PrunedCompactLatticeComposer::GetCurrentArcLimit().
| float lattice_compose_beam | 
Definition at line 104 of file compose-lattice-pruned.h.
Referenced by PrunedCompactLatticeComposer::ComputeBackwardCosts().
| int32 max_arcs | 
Definition at line 110 of file compose-lattice-pruned.h.
Referenced by PrunedCompactLatticeComposer::Compose(), and PrunedCompactLatticeComposer::GetCurrentArcLimit().