#include "nnet3/nnet-descriptor.h"
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 | |
ForwardingDescriptor * | GenRandForwardingDescriptor (int32 num_nodes) |
SumDescriptor * | GenRandSumDescriptor (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 () |
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().