#include "nnet3/nnet-nnet.h"
#include "nnet3/nnet-compile.h"
#include "nnet3/nnet-analyze.h"
#include "nnet3/nnet-test-utils.h"
#include "nnet3/nnet-utils.h"
#include "nnet3/nnet-optimize.h"
#include "nnet3/nnet-compute.h"
#include "nnet3/nnet-am-decodable-simple.h"
#include "nnet3/decodable-simple-looped.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 | UnitTestNnetComputationIo (NnetComputation *computation) |
void | UnitTestComputationRequestIo (ComputationRequest *request) |
void | TestNnetDecodable (Nnet *nnet) |
void | UnitTestNnetCompute () |
int | main () |
int main | ( | ) |
Definition at line 282 of file nnet-compute-test.cc.
References KALDI_LOG, and kaldi::nnet3::UnitTestNnetCompute().