push-special-test.cc File Reference
Include dependency graph for push-special-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

static void TestPushSpecial ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 75 of file push-special-test.cc.

References kaldi::g_kaldi_verbose_level, rnnlm::i, and fst::TestPushSpecial().

75  {
77  using namespace fst;
78  for (int i = 0; i < 25; i++) {
80  }
81 }
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
Definition: graph.dox:21
int32 g_kaldi_verbose_level
This is set by util/parse-options.
Definition: kaldi-error.cc:46
static void TestPushSpecial()