#include <iostream>#include <vector>#include <cstdlib>#include "base/kaldi-common.h"#include "util/common-utils.h"#include "cudamatrix/cu-matrix-lib.h"
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 > | |
| static bool | ApproxEqual (const CuBlockMatrix< Real > &A, const CuBlockMatrix< Real > &B, float tol=0.001) |
| template<class Real > | |
| static void | UnitTestCuBlockMatrixIO () |
| template<class Real > | |
| static void | UnitTestCuBlockMatrixAddMatBlock () |
| template<class Real > | |
| static void | UnitTestCuBlockMatrixAddMatMat () |
| template<typename Real > | |
| void | CuBlockMatrixUnitTest () |
| int | main () |
| int main | ( | ) |
Definition at line 183 of file cu-block-matrix-test.cc.
References KALDI_LOG, KALDI_WARN, and kaldi::SetVerboseLevel().