#include <iostream>
#include <vector>
#include <cstdlib>
#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "cudamatrix/cu-matrix.h"
#include "cudamatrix/cu-vector.h"
#include "cudamatrix/cu-math.h"
#include "cudamatrix/cu-sp-matrix.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 > | |
std::string | NameOf () |
template<typename Real > | |
static void | UnitTestCuSpMatrixInvert (int32 dim) |
template<typename Real > | |
static void | UnitTestCuSpMatrixCopyFromMat (int32 dim, SpCopyType copy_type) |
template<typename Real > | |
void | CuSpMatrixSpeedTest () |
int | main () |
int main | ( | ) |
Definition at line 130 of file cu-sp-matrix-speed-test.cc.
References KALDI_LOG, KALDI_WARN, and kaldi::SetVerboseLevel().