This is the complete list of members for NnetComputer, including all inherited members.
AcceptInput(const std::string &node_name, CuMatrix< BaseFloat > *input) | NnetComputer | |
AcceptInputs(const Nnet &nnet, const std::vector< NnetIo > &io) | NnetComputer | |
CheckNoPendingIo() | NnetComputer | private |
command_attributes_ | NnetComputer | private |
command_strings_ | NnetComputer | private |
compressed_matrices_ | NnetComputer | private |
computation_ | NnetComputer | private |
debug_ | NnetComputer | private |
DebugAfterExecute(int32 command, const CommandDebugInfo &info, double command_execution_time) | NnetComputer | private |
DebugBeforeExecute(int32 command, CommandDebugInfo *info) | NnetComputer | private |
ExecuteCommand() | NnetComputer | private |
GetIoMatrixIndex(const std::string &node_name, bool is_output) | NnetComputer | private |
GetMemo(int32 memo_index) | NnetComputer | inlineprivate |
GetOutput(const std::string &node_name) | NnetComputer | |
GetOutputDestructive(const std::string &output_name, CuMatrix< BaseFloat > *output) | NnetComputer | |
GetPointers(int32 indexes_multi_index, int32 num_cols, CuArray< BaseFloat *> *pointers) | NnetComputer | private |
GetPointers(int32 indexes_multi_index, int32 num_cols, CuArray< const BaseFloat *> *pointers) | NnetComputer | private |
GetSubMatrix(int32 submatrix_index) | NnetComputer | private |
Init() | NnetComputer | private |
matrices_ | NnetComputer | private |
MatrixStddev(const CuMatrixBase< BaseFloat > &m) | NnetComputer | privatestatic |
memos_ | NnetComputer | private |
nnet_ | NnetComputer | private |
nnet_to_store_stats_ | NnetComputer | private |
nnet_to_update_ | NnetComputer | private |
NnetComputer(const NnetComputeOptions &options, const NnetComputation &computation, const Nnet &nnet, Nnet *nnet_to_update) | NnetComputer | |
NnetComputer(const NnetComputeOptions &options, const NnetComputation &computation, Nnet *nnet, Nnet *nnet_to_update) | NnetComputer | |
NnetComputer(const NnetComputer &other) | NnetComputer | |
operator=(const NnetComputer &other) | NnetComputer | private |
options_ | NnetComputer | private |
ParameterStddev(const Component &c) | NnetComputer | privatestatic |
pending_commands_ | NnetComputer | private |
program_counter_ | NnetComputer | private |
Run() | NnetComputer | |
SaveMemo(int32 memo_index, const Component &c, void *memo) | NnetComputer | inlineprivate |
submatrix_strings_ | NnetComputer | private |
~NnetComputer() | NnetComputer |