nnet-example-functions-test.cc File Reference
Include dependency graph for nnet-example-functions-test.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 
 kaldi::nnet2
 

Functions

void UnitTestSolvePackingProblem ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 62 of file nnet-example-functions-test.cc.

References rnnlm::i, and kaldi::nnet2::UnitTestSolvePackingProblem().

62  {
63  using namespace kaldi;
64  using namespace kaldi::nnet2;
65  using kaldi::int32;
66  for (int32 i = 0; i < 10; i++)
68 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
kaldi::int32 int32