Public Member Functions | |
void | Register (OptionsItf *po) |
Public Attributes | |
int32 | chunk_size { 150 } |
int32 | batch_size { 32 } |
bool | pad_input { true } |
NnetComputeOptions | compute_config |
NnetOptimizeOptions | optimize_config |
CachingOptimizingCompilerOptions | compiler_config |
Definition at line 34 of file nnet3-xvector-compute-batched.cc.
|
inline |
Definition at line 43 of file nnet3-xvector-compute-batched.cc.
References BatchedXvectorComputerOptions::batch_size, BatchedXvectorComputerOptions::chunk_size, BatchedXvectorComputerOptions::pad_input, OptionsItf::Register(), NnetComputeOptions::Register(), NnetOptimizeOptions::Register(), and CachingOptimizingCompilerOptions::Register().
Referenced by main().
int32 batch_size { 32 } |
Definition at line 36 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::AcceptUtterance(), BatchedXvectorComputer::AddChunkToBatch(), BatchedXvectorComputer::BatchedXvectorComputer(), BatchedXvectorComputer::ComputeOneBatch(), and BatchedXvectorComputerOptions::Register().
int32 chunk_size { 150 } |
Definition at line 35 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::AddChunkToBatch(), BatchedXvectorComputer::BatchedXvectorComputer(), BatchedXvectorComputerOptions::Register(), and BatchedXvectorComputer::SplitUtteranceIntoChunks().
CachingOptimizingCompilerOptions compiler_config |
Definition at line 40 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::BatchedXvectorComputer().
NnetComputeOptions compute_config |
Definition at line 38 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::ComputeOneBatch().
NnetOptimizeOptions optimize_config |
Definition at line 39 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::BatchedXvectorComputer().
bool pad_input { true } |
Definition at line 37 of file nnet3-xvector-compute-batched.cc.
Referenced by BatchedXvectorComputer::AddChunkToBatch(), BatchedXvectorComputerOptions::Register(), and BatchedXvectorComputer::SplitUtteranceIntoChunks().