#include <iostream>
#include <vector>
#include <cstdlib>
#include "base/kaldi-common.h"
#include "util/common-utils.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<class T > | |
void | AssertEqual (const std::vector< T > &vec1, const std::vector< T > &vec2) |
template<class T > | |
static void | UnitTestCuArray () |
int | main () |
int main | ( | ) |
Definition at line 118 of file cu-array-test.cc.
References KALDI_LOG, and kaldi::SetVerboseLevel().