#include <iostream>#include <vector>#include <cstdlib>#include "base/kaldi-common.h"#include "util/common-utils.h"#include "cudamatrix/cu-matrix.h"#include "cudamatrix/cu-vector.h"#include "cudamatrix/cu-rand.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:  | |
Functions | |
| template<typename Real > | |
| std::string | NameOf () | 
| template<typename T > | |
| std::string | ToString (const T &t) | 
| template<typename Real > | |
| std::string | MeanVariance (const CuMatrixBase< Real > &m) | 
| template<typename Real > | |
| std::string | MeanVariance (const CuVectorBase< Real > &v) | 
| template<typename Real > | |
| void | CuRandUniformMatrixSpeedTest (const int32 iter) | 
| template<typename Real > | |
| void | CuRandUniformMatrixBaseSpeedTest (const int32 iter) | 
| template<typename Real > | |
| void | CuRandGaussianMatrixSpeedTest (const int32 iter) | 
| template<typename Real > | |
| void | CuRandGaussianMatrixBaseSpeedTest (const int32 iter) | 
| template<typename Real > | |
| void | CuRandUniformVectorSpeedTest (const int32 iter) | 
| template<typename Real > | |
| void | CuRandGaussianVectorSpeedTest (const int32 iter) | 
| int | main () | 
| int main | ( | ) | 
Definition at line 188 of file cu-rand-speed-test.cc.
References Timer::Elapsed(), and KALDI_LOG.