#include <vector>
#include <algorithm>
#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 void | UnitTestCuSparseMatrixConstructFromIndexes () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixSelectRowsAndTranspose () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixTraceMatSmat () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixSum () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixFrobeniusNorm () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixCopyToSmat () |
template<typename Real > | |
static void | UnitTestCuSparseMatrixSwap () |
template<typename Real > | |
void | CudaSparseMatrixUnitTest () |
int | main () |
int main | ( | ) |
Definition at line 285 of file cu-sparse-matrix-test.cc.
References KALDI_LOG, KALDI_WARN, and kaldi::SetVerboseLevel().