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

ForwardingDescriptorGenRandForwardingDescriptor (int32 num_nodes)
 
SumDescriptorGenRandSumDescriptor (int32 num_nodes)
 
void GenRandDescriptor (int32 num_nodes, Descriptor *desc)
 
void UnitTestDescriptorIo ()
 
void UnitTestGeneralDescriptor ()
 
std::string NormalizeTextDescriptor (const std::vector< std::string > &node_names, const std::string &desc_str)
 
void UnitTestGeneralDescriptorSpecial ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 232 of file nnet-descriptor-test.cc.

References KALDI_LOG, kaldi::nnet3::UnitTestDescriptorIo(), kaldi::nnet3::UnitTestGeneralDescriptor(), and kaldi::nnet3::UnitTestGeneralDescriptorSpecial().

232  {
233  using namespace kaldi;
234  using namespace kaldi::nnet3;
235 
236 
240 
241 
242  KALDI_LOG << "Nnet descriptor tests succeeded.";
243 
244  return 0;
245 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestGeneralDescriptorSpecial()
void UnitTestGeneralDescriptor()
#define KALDI_LOG
Definition: kaldi-error.h:153