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 float | TraceSpSp (const CuSpMatrix< float > &A, const CuSpMatrix< float > &B) |
| |
| template float | TraceSpSp (const CuSpMatrix< float > &A, const CuSpMatrix< double > &B) |
| |
| template double | TraceSpSp (const CuSpMatrix< double > &A, const CuSpMatrix< float > &B) |
| |
| template double | TraceSpSp (const CuSpMatrix< double > &A, const CuSpMatrix< double > &B) |
| |