#include <training-graph-compiler.h>
Public Member Functions | |
TrainingGraphCompilerOptions (BaseFloat transition_scale=1.0, BaseFloat self_loop_scale=1.0, bool b=true) | |
void | Register (OptionsItf *opts) |
Public Attributes | |
BaseFloat | transition_scale |
BaseFloat | self_loop_scale |
bool | rm_eps |
bool | reorder |
Definition at line 32 of file training-graph-compiler.h.
|
inlineexplicit |
Definition at line 39 of file training-graph-compiler.h.
|
inline |
Definition at line 47 of file training-graph-compiler.h.
References OptionsItf::Register().
Referenced by main().
bool reorder |
Definition at line 37 of file training-graph-compiler.h.
Referenced by TrainingGraphCompiler::CompileGraph(), and TrainingGraphCompiler::CompileGraphs().
bool rm_eps |
Definition at line 36 of file training-graph-compiler.h.
Referenced by TrainingGraphCompiler::CompileGraph(), and TrainingGraphCompiler::CompileGraphs().
BaseFloat self_loop_scale |
Definition at line 35 of file training-graph-compiler.h.
Referenced by TrainingGraphCompiler::CompileGraph(), TrainingGraphCompiler::CompileGraphs(), and main().
BaseFloat transition_scale |
Definition at line 34 of file training-graph-compiler.h.
Referenced by TrainingGraphCompiler::CompileGraph(), TrainingGraphCompiler::CompileGraphs(), and main().