Public Attributes | |
int32 | lat_state |
int32 | lm_state |
int32 | depth |
double | forward_cost |
double | backward_cost |
BaseFloat | delta_backward_cost |
int32 | prev_composed_state |
int32 | sorted_arc_index |
BaseFloat | arc_delta_cost |
Definition at line 155 of file compose-lattice-pruned.cc.
BaseFloat arc_delta_cost |
Definition at line 256 of file compose-lattice-pruned.cc.
Referenced by PrunedCompactLatticeComposer::AddFirstState(), PrunedCompactLatticeComposer::ComputeDeltaBackwardCosts(), and PrunedCompactLatticeComposer::ProcessTransition().
double backward_cost |
BaseFloat delta_backward_cost |
Definition at line 227 of file compose-lattice-pruned.cc.
Referenced by PrunedCompactLatticeComposer::AddFirstState(), PrunedCompactLatticeComposer::ComputeDeltaBackwardCosts(), and PrunedCompactLatticeComposer::ProcessTransition().
int32 depth |
double forward_cost |
int32 lat_state |
Definition at line 159 of file compose-lattice-pruned.cc.
Referenced by PrunedCompactLatticeComposer::AddFirstState(), PrunedCompactLatticeComposer::ComputeDeltaBackwardCosts(), and PrunedCompactLatticeComposer::ProcessTransition().
int32 lm_state |
Definition at line 160 of file compose-lattice-pruned.cc.
Referenced by PrunedCompactLatticeComposer::AddFirstState(), and PrunedCompactLatticeComposer::ProcessTransition().
int32 prev_composed_state |
int32 sorted_arc_index |
Definition at line 244 of file compose-lattice-pruned.cc.
Referenced by PrunedCompactLatticeComposer::AddFirstState(), and PrunedCompactLatticeComposer::ProcessTransition().