determinize-lattice-pruned-test.cc File Reference
Include dependency graph for determinize-lattice-pruned-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.
 

Functions

template<class Arc >
void TestDeterminizeLatticePruned ()
 
template<class Arc >
void TestDeterminizeLatticePruned2 ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 142 of file determinize-lattice-pruned-test.cc.

142  {
143  using namespace fst;
144  TestDeterminizeLatticePruned<kaldi::LatticeArc>();
145  TestDeterminizeLatticePruned2<kaldi::LatticeArc>();
146  std::cout << "Tests succeeded\n";
147 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21