cu-sp-matrix.h File Reference
#include <sstream>
#include "cudamatrix/cu-common.h"
#include "matrix/matrix-common.h"
#include "matrix/sp-matrix.h"
#include "cudamatrix/cu-array.h"
#include "cudamatrix/cu-math.h"
#include "cudamatrix/cu-packed-matrix.h"
#include "cudamatrix/cu-matrix.h"
Include dependency graph for cu-sp-matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CuSpMatrix< Real >
 

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