#include <iostream>
#include <vector>
#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 | |
void | CuCompressedMatrixTestSign () |
void | CuCompressedMatrixTestNonnegative () |
void | CuCompressedMatrixTestSymmetric () |
int | main () |
int main | ( | ) |
Definition at line 165 of file cu-compressed-matrix-test.cc.
References kaldi::CuCompressedMatrixTestNonnegative(), kaldi::CuCompressedMatrixTestSign(), kaldi::CuCompressedMatrixTestSymmetric(), rnnlm::i, and kaldi::SetVerboseLevel().