#include <nnet-optimize.h>

Public Member Functions | |
| CachingOptimizingCompilerOptions () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| bool | use_shortcut |
| int32 | cache_capacity |
Definition at line 192 of file nnet-optimize.h.
|
inline |
Definition at line 196 of file nnet-optimize.h.
|
inline |
Definition at line 200 of file nnet-optimize.h.
References OptionsItf::Register().
Referenced by main(), BatchedXvectorComputerOptions::Register(), NnetTrainerOptions::Register(), and NnetComputeProbOptions::Register().
| int32 cache_capacity |
Definition at line 194 of file nnet-optimize.h.
Referenced by NnetSimpleComputationOptions::NnetSimpleComputationOptions().
| bool use_shortcut |
Definition at line 193 of file nnet-optimize.h.
Referenced by CachingOptimizingCompiler::CompileInternal(), and kaldi::nnet3::UnitTestNnetOptimizeInternal().