LatticeArcRecord Struct Reference

This is used in CompactLatticeLimitDepth. More...

Collaboration diagram for LatticeArcRecord:

Public Member Functions

bool operator< (const LatticeArcRecord &other) const
 

Public Attributes

BaseFloat logprob
 
CompactLatticeArc::StateId state
 
size_t arc
 

Detailed Description

This is used in CompactLatticeLimitDepth.

Definition at line 522 of file lattice-functions.cc.

Member Function Documentation

◆ operator<()

bool operator< ( const LatticeArcRecord other) const
inline

Definition at line 527 of file lattice-functions.cc.

References LatticeArcRecord::logprob.

527  {
528  return logprob < other.logprob;
529  }

Member Data Documentation

◆ arc

size_t arc

Definition at line 526 of file lattice-functions.cc.

Referenced by kaldi::CompactLatticeLimitDepth().

◆ logprob

◆ state

CompactLatticeArc::StateId state

Definition at line 525 of file lattice-functions.cc.

Referenced by kaldi::CompactLatticeLimitDepth().


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