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