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 > | |
void | UnitTestSparseVectorSum () |
template<typename Real > | |
void | UnitTestSparseVectorAddToVec () |
template<typename Real > | |
void | UnitTestSparseVectorMax () |
template<typename Real > | |
void | UnitTestSparseVectorVecSvec () |
template<typename Real > | |
void | UnitTestSparseMatrixSum () |
template<typename Real > | |
void | UnitTestSparseMatrixFrobeniusNorm () |
template<typename Real > | |
void | UnitTestSparseMatrixAddToMat () |
template<typename Real > | |
void | UnitTestSparseMatrixConstructor () |
template<typename Real > | |
void | UnitTestSparseMatrixTraceMatSmat () |
template<typename Real > | |
void | UnitTestMatrixAddMatSmat () |
template<typename Real > | |
void | UnitTestMatrixAddSmatMat () |
template<typename Real > | |
void | SparseMatrixUnitTest () |
int | main () |
int main | ( | ) |
Definition at line 337 of file sparse-matrix-test.cc.
References KALDI_LOG, and kaldi::SetVerboseLevel().