Go to the source code of this file.
|
| kaldi |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
|
|
template<typename Real , typename OtherReal > |
Real | TraceSpSp (const CuSpMatrix< Real > &A, const CuSpMatrix< OtherReal > &B) |
| C++ templatd wrapper of ANSI-C CUBLAS function GEMM (matrix multiply) More...
|
|
template<typename Real > |
bool | ApproxEqual (const CuSpMatrix< Real > &A, const CuSpMatrix< Real > &B, Real tol=0.001) |
|
template<typename Real > |
void | AssertEqual (const CuSpMatrix< Real > &A, const CuSpMatrix< Real > &B, Real tol=0.001) |
|