cu-sp-matrix.cc File Reference
Include dependency graph for cu-sp-matrix.cc:

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 , 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)