#include <nnet-am-decodable-simple.h>
Public Member Functions | |
NnetSimpleComputationOptions () | |
void | Register (OptionsItf *opts) |
void | CheckAndFixConfigs (int32 nnet_modulus) |
Definition at line 43 of file nnet-am-decodable-simple.h.
|
inline |
Definition at line 56 of file nnet-am-decodable-simple.h.
References CachingOptimizingCompilerOptions::cache_capacity, and NnetSimpleComputationOptions::frames_per_chunk.
|
inline |
Definition at line 107 of file nnet-am-decodable-simple.h.
References NnetSimpleComputationOptions::frame_subsampling_factor, KALDI_ASSERT, KALDI_ERR, KALDI_LOG, kaldi::Lcm(), and rnnlm::n.
Referenced by DecodableNnetSimple::GetOutput(), and NnetBatchComputer::NnetBatchComputer().
|
inline |
Definition at line 68 of file nnet-am-decodable-simple.h.
References OptionsItf::Register(), NnetComputeOptions::Register(), and NnetOptimizeOptions::Register().
Referenced by main(), and NnetBatchComputerOptions::Register().
BaseFloat acoustic_scale |
Definition at line 50 of file nnet-am-decodable-simple.h.
Referenced by NnetBatchComputer::Compute(), main(), and NnetBatchDecoder::ProcessOutputUtterance().
CachingOptimizingCompilerOptions compiler_config |
Definition at line 54 of file nnet-am-decodable-simple.h.
NnetComputeOptions compute_config |
Definition at line 53 of file nnet-am-decodable-simple.h.
Referenced by NnetBatchComputer::Compute().
bool debug_computation |
Definition at line 51 of file nnet-am-decodable-simple.h.
int32 extra_left_context |
Definition at line 44 of file nnet-am-decodable-simple.h.
Referenced by kaldi::nnet3::utterance_splitting::SplitInputToTasks().
int32 extra_left_context_initial |
Definition at line 46 of file nnet-am-decodable-simple.h.
Referenced by kaldi::nnet3::utterance_splitting::SplitInputToTasks().
int32 extra_right_context |
Definition at line 45 of file nnet-am-decodable-simple.h.
Referenced by kaldi::nnet3::utterance_splitting::SplitInputToTasks().
int32 extra_right_context_final |
Definition at line 47 of file nnet-am-decodable-simple.h.
Referenced by kaldi::nnet3::utterance_splitting::SplitInputToTasks().
int32 frame_subsampling_factor |
Definition at line 48 of file nnet-am-decodable-simple.h.
Referenced by kaldi::nnet3::utterance_splitting::AddOnlineIvectorsToTasks(), NnetSimpleComputationOptions::CheckAndFixConfigs(), DecodableNnetSimple::DecodableNnetSimple(), kaldi::nnet3::utterance_splitting::GetOutputFrameInfoForTasks(), main(), kaldi::nnet3::utterance_splitting::SplitInputToTasks(), NnetBatchComputer::SplitUtteranceIntoTasks(), and NnetBatchDecoder::~NnetBatchDecoder().
int32 frames_per_chunk |
Definition at line 49 of file nnet-am-decodable-simple.h.
Referenced by NnetSimpleComputationOptions::NnetSimpleComputationOptions(), NnetBatchComputer::SplitUtteranceIntoTasks(), and kaldi::nnet3::TestNnetDecodable().
NnetOptimizeOptions optimize_config |
Definition at line 52 of file nnet-am-decodable-simple.h.
Referenced by main().