#include <iostream>
#include <vector>
#include <cstdlib>
#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "cudamatrix/cu-matrix-lib.h"
#include "cudamatrix/cu-math.h"
#include "cudamatrix/cu-array.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 | UnitTestCuMathRandomize () |
template<typename Real > | |
static void | UnitTestEnsureNonzero () |
template<typename Real > | |
static void | UnitTestCuMathCopy () |
template<typename Real > | |
static void | UnitTestCuMathSplice () |
template<typename Real > | |
static void | UnitTestCuMathComputeLstmNonlinearity () |
void | UnitTestLstmNonlinearity () |
template<typename Real > | |
static void | UnitTestBackpropLstmNonlinearity () |
template<typename Real > | |
static void | UnitTestCuMathNormalizePerRow () |
template<typename Real > | |
static void | UnitTestCuMathNormalizePerRow_v2 () |
template<typename Real > | |
static void | UnitTestCuDiffNormalizePerRow () |
template<typename Real > | |
void | CudaMathUnitTest () |
int | main () |
int main | ( | ) |
Definition at line 714 of file cu-math-test.cc.
References KALDI_LOG, KALDI_WARN, and kaldi::SetVerboseLevel().