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 CuPackedMatrix< Real > &mat) |
| Print the matrix to stream. More...
|
|
template std::ostream & | operator<< (std::ostream &out, const CuPackedMatrix< float > &mat) |
|
template std::ostream & | operator<< (std::ostream &out, const CuPackedMatrix< double > &mat) |
|