trivial-factor-weight-test.cc File Reference
Include dependency graph for trivial-factor-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.
 

Functions

template<class Arc >
void TestFactor ()
 
template<class Arc , class inttype >
void TestStringRepository ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 210 of file trivial-factor-weight-test.cc.

References rnnlm::i.

210  {
211  for (int i = 0;i < 25;i++) {
212  fst::TestFactor<fst::StdArc>();
213  }
214 }