Go to the source code of this file.
Classes | |
class | CuArray< T > |
Class CuArray represents a vector of an integer or struct of type T. More... | |
class | CuSubArray< T > |
class | CuArrayBase< T > |
Class CuArrayBase, CuSubArray and CuArray are analogues of classes CuVectorBase, CuSubVector and CuVector, except that they are intended to store things other than float/double: they are intended to store integers or small structs. More... | |
class | CuArray< T > |
Class CuArray represents a vector of an integer or struct of type T. More... | |
class | CuSubArray< T > |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, const CuArray< T > &vec) |
Print the vector to stream. More... | |