#include <kaldi-thread.h>
Public Member Functions | |
virtual void | operator() ()=0 |
virtual | ~MultiThreadable () |
Public Attributes | |
int32 | thread_id_ |
int32 | num_threads_ |
Definition at line 67 of file kaldi-thread.h.
|
virtual |
Definition at line 27 of file kaldi-thread.cc.
|
pure virtual |
int32 num_threads_ |
Definition at line 85 of file kaldi-thread.h.
Referenced by MyThreadClass::operator()(), FisherComputationClass::operator()(), and TaskSequencer< C >::Run().
int32 thread_id_ |
Definition at line 84 of file kaldi-thread.h.
Referenced by MyThreadClass::operator()(), FisherComputationClass::operator()(), and DoBackpropParallelClass::operator()().