nnet-common-test.cc File Reference
Include dependency graph for nnet-common-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::nnet3
 

Functions

void UnitTestIndexIo ()
 
void UnitTestCindexIo ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 166 of file nnet-common-test.cc.

References rnnlm::i, KALDI_LOG, kaldi::nnet3::UnitTestCindexIo(), and kaldi::nnet3::UnitTestIndexIo().

166  {
167  using namespace kaldi;
168  using namespace kaldi::nnet3;
169 
170  for (int32 i = 0; i < 100; i++) {
171  UnitTestIndexIo();
173  }
174 
175  KALDI_LOG << "Nnet-common tests succeeded.";
176 
177  return 0;
178 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestIndexIo()
void UnitTestCindexIo()
kaldi::int32 int32
#define KALDI_LOG
Definition: kaldi-error.h:153