remove-eps-local-test.cc File Reference
Include dependency graph for remove-eps-local-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 >
static void TestRemoveEpsLocal ()
 
static void TestRemoveEpsLocalSpecial ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 172 of file remove-eps-local-test.cc.

References rnnlm::i, and fst::TestRemoveEpsLocalSpecial().

172  {
173  using namespace fst;
174  for (int i = 0; i < 10; i++) {
175  TestRemoveEpsLocal<fst::StdArc>();
177  }
178 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21
static void TestRemoveEpsLocalSpecial()