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

Function Documentation

◆ main()

int main ( )

Definition at line 73 of file prune-special-test.cc.

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

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