#include "base/timer.h"#include "cudamatrix/cu-common.h"#include "cudamatrix/cu-vector.h"#include "cudamatrix/cu-device.h"#include "cudamatrix/cu-kernels.h"#include "cudamatrix/cu-array.h"#include "cudamatrix/cu-compressed-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 | |
| CuCompressedMatrixBase * | NewCuCompressedMatrix (CuCompressedMatrixType t, BaseFloat range, bool truncate=true) | 
| This function allocates a new CuCompressedMatrix with type determined by t, and with the 'range' and 'truncate' parameters provided to the constructor of class CuCompressedMatrix.  More... | |