nnet-compute-test.cc File Reference
Include dependency graph for nnet-compute-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 UnitTestNnetCompute ()
 
void UnitTestNnetComputeChunked ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 125 of file nnet-compute-test.cc.

References rnnlm::i, kaldi::nnet2::UnitTestNnetCompute(), and kaldi::nnet2::UnitTestNnetComputeChunked().

125  {
126  using namespace kaldi;
127  using namespace kaldi::nnet2;
128 
129  for (int32 i = 0; i < 10; i++)
132  return 0;
133 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
kaldi::int32 int32
void UnitTestNnetComputeChunked()
void UnitTestNnetCompute()