This is the complete list of members for NnetBatchDecoder, including all inherited members.
| AcceptInput(const std::string &utterance_id, const Matrix< BaseFloat > &input, const Vector< BaseFloat > *ivector, const Matrix< BaseFloat > *online_ivectors, int32 online_ivector_period) | NnetBatchDecoder | |
| allow_partial_ | NnetBatchDecoder | private |
| Compute() | NnetBatchDecoder | private |
| compute_thread_ | NnetBatchDecoder | private |
| ComputeFunc(NnetBatchDecoder *object) | NnetBatchDecoder | inlineprivatestatic |
| computer_ | NnetBatchDecoder | private |
| Decode() | NnetBatchDecoder | private |
| decode_threads_ | NnetBatchDecoder | private |
| DecodeFunc(NnetBatchDecoder *object) | NnetBatchDecoder | inlineprivatestatic |
| decoder_opts_ | NnetBatchDecoder | private |
| Finished() | NnetBatchDecoder | |
| frame_count_ | NnetBatchDecoder | private |
| fst_ | NnetBatchDecoder | private |
| GetOutput(std::string *utterance_id, CompactLattice *clat, std::string *sentence) | NnetBatchDecoder | |
| GetOutput(std::string *utterance_id, Lattice *lat, std::string *sentence) | NnetBatchDecoder | |
| input_consumed_semaphore_ | NnetBatchDecoder | private |
| input_ready_semaphore_ | NnetBatchDecoder | private |
| input_utterance_ | NnetBatchDecoder | private |
| is_finished_ | NnetBatchDecoder | private |
| KALDI_DISALLOW_COPY_AND_ASSIGN(NnetBatchDecoder) | NnetBatchDecoder | private |
| NnetBatchDecoder(const fst::Fst< fst::StdArc > &fst, const LatticeFasterDecoderConfig &decoder_config, const TransitionModel &trans_model, const fst::SymbolTable *word_syms, bool allow_partial, int32 num_threads, NnetBatchComputer *computer) | NnetBatchDecoder | |
| num_fail_ | NnetBatchDecoder | private |
| num_partial_ | NnetBatchDecoder | private |
| num_success_ | NnetBatchDecoder | private |
| pending_utts_ | NnetBatchDecoder | private |
| priority_offset_ | NnetBatchDecoder | private |
| ProcessOutputUtterance(UtteranceOutput *output) | NnetBatchDecoder | private |
| SetPriorities(std::vector< NnetInferenceTask > *tasks) | NnetBatchDecoder | private |
| stats_mutex_ | NnetBatchDecoder | private |
| tasks_finished_ | NnetBatchDecoder | private |
| tasks_ready_semaphore_ | NnetBatchDecoder | private |
| timer_ | NnetBatchDecoder | private |
| tot_like_ | NnetBatchDecoder | private |
| trans_model_ | NnetBatchDecoder | private |
| UpdatePriorityOffset(double priority) | NnetBatchDecoder | private |
| UtteranceFailed() | NnetBatchDecoder | |
| word_syms_ | NnetBatchDecoder | private |
| ~NnetBatchDecoder() | NnetBatchDecoder | |