factor-test.cc File Reference
Include dependency graph for factor-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 TestFactor ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 186 of file factor-test.cc.

References rnnlm::i.

186  {
187  using namespace fst;
188  for (int i = 0;i < 25;i++) {
189  TestFactor<fst::StdArc>();
190  }
191 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21