#include <iostream>#include <vector>#include <cstdlib>#include "base/kaldi-common.h"#include "cudamatrix/cu-device.h"#include "cudamatrix/cu-sp-matrix.h"#include "cudamatrix/cu-vector.h"#include "cudamatrix/cu-math.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 void | UnitTestCuSpMatrixConstructor () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixApproxEqual () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixOperator () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixAddToDiag () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixCopyFromMat () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixInvert () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixAddVec2 () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixAddMat2 () |
| template<typename Real > | |
| static void | UnitTestCuSpMatrixAddSp () |
| template<typename Real , typename OtherReal > | |
| static void | UnitTestCuSpMatrixTraceSpSp () |
| template<typename Real > | |
| void | UnitTestCuSpMatrixSetUnit () |
| template<class Real > | |
| static void | UnitTestCuSpMatrixIO () |
| template<typename Real , typename OtherReal > | |
| static void | UnitTestCuSpMatrixAddSp () |
| template<typename Real > | |
| void | CudaSpMatrixUnitTest () |
| template<typename Real , typename OtherReal > | |
| void | CudaSpMatrixUnitTest () |
| int | main () |
| int main | ( | ) |
Definition at line 364 of file cu-sp-matrix-test.cc.
References KALDI_LOG, KALDI_WARN, and kaldi::SetVerboseLevel().