lattice-weight-test.cc File Reference
Include dependency graph for lattice-weight-test.cc:

Go to the source code of this file.

Namespaces

 fst
 For an extended explanation of the framework of which grammar-fsts are a part, please see Support for grammars and graphs with on-the-fly parts. (i.e.
 

Typedefs

typedef float BaseFloat
 
typedef LatticeWeightTpl< BaseFloat > LatticeWeight
 
typedef CompactLatticeWeightTpl< LatticeWeight, int32 > CompactLatticeWeight
 
typedef CompactLatticeWeightCommonDivisorTpl< LatticeWeight, int32 > CompactLatticeWeightCommonDivisor
 

Functions

LatticeWeight RandomLatticeWeight ()
 
CompactLatticeWeight RandomCompactLatticeWeight ()
 
void LatticeWeightTest ()
 
void CompactLatticeWeightTest ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 193 of file lattice-weight-test.cc.

References fst::CompactLatticeWeightTest(), and fst::LatticeWeightTest().

193  {
196 }
void LatticeWeightTest()
void CompactLatticeWeightTest()