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

Go to the source code of this file.

Classes

class  CuBlockMatrix< Real >
 The class CuBlockMatrix holds a vector of objects of type CuMatrix, say, M_1, M_2, . More...
 
struct  CuBlockMatrix< Real >::BlockMatrixData
 

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