#include "nnet3/nnet-nnet.h"#include "nnet3/nnet-compile.h"#include "nnet3/nnet-analyze.h"#include "nnet3/nnet-test-utils.h"#include "nnet3/nnet-optimize.h"#include "nnet3/nnet-compute.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 | |
| void | ComputeMinAndMaxTimes (const std::vector< Index > &indexes, int32 *min_t, int32 *max_t) | 
| void | SetDerivTimesOptions (const ComputationRequest &request, NnetOptimizeOptions *opt_config) | 
| void | UnitTestNnetModelDerivatives () | 
| void | UnitTestNnetInputDerivatives () | 
| int | main () | 
| int main | ( | ) | 
Definition at line 421 of file nnet-derivative-test.cc.
References KALDI_LOG, kaldi::SetVerboseLevel(), kaldi::nnet3::UnitTestNnetInputDerivatives(), and kaldi::nnet3::UnitTestNnetModelDerivatives().