cu-block-matrix.cc File Reference
#include <algorithm>
#include "base/timer.h"
#include "cudamatrix/cu-block-matrix.h"
#include "cudamatrix/cu-matrix.h"
#include "cudamatrix/cu-device.h"
Include dependency graph for cu-block-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 >
std::ostream & operator<< (std::ostream &out, const CuBlockMatrix< Real > &mat)
 Print the matrix to stream. More...
 
template std::ostream & operator<< (std::ostream &out, const CuBlockMatrix< float > &mat)
 
template std::ostream & operator<< (std::ostream &out, const CuBlockMatrix< double > &mat)