kaldi-thread-test.cc File Reference
#include <algorithm>
#include "base/kaldi-common.h"
#include "util/kaldi-thread.h"
Include dependency graph for kaldi-thread-test.cc:

Go to the source code of this file.

Classes

class  MyThreadClass
 
class  MyTaskClass
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void TestThreads ()
 
void TestTaskSequencer ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 128 of file kaldi-thread-test.cc.

References rnnlm::i, kaldi::TestTaskSequencer(), and kaldi::TestThreads().

128  {
129  using namespace kaldi;
130  TestThreads();
131  for (int32 i = 0; i < 10; i++)
133 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
kaldi::int32 int32
void TestTaskSequencer()
void TestThreads()