#include <thread>#include <algorithm>#include "itf/options-itf.h"#include "util/kaldi-semaphore.h"

Go to the source code of this file.
Classes | |
| class | MultiThreadable |
| class | ExampleClass |
| class | MultiThreader< C > |
| struct | TaskSequencerConfig |
| class | TaskSequencer< C > |
| struct | TaskSequencer< C >::RunTaskArgsList |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
| template<class C > | |
| void | RunMultiThreaded (const C &c_in) |
| Here, class C should inherit from MultiThreadable. More... | |