This is the complete list of members for Nnet, including all inherited members.
AddNnet(const VectorBase< BaseFloat > &scales, const Nnet &other) | Nnet | |
AddNnet(BaseFloat alpha, const Nnet &other) | Nnet | |
AddNnet(BaseFloat alpha, Nnet *other, BaseFloat beta) | Nnet | |
Append(Component *new_component) | Nnet | |
Check() const | Nnet | |
Collapse(bool match_updatableness) | Nnet | |
ComponentDotProducts(const Nnet &other, VectorBase< BaseFloat > *dot_prod) const | Nnet | |
components_ | Nnet | private |
ComputeChunkInfo(int32 input_chunk_size, int32 num_chunks, std::vector< ChunkInfo > *chunk_info_out) const | Nnet | |
CopyStatsFrom(const Nnet &nnet) | Nnet | |
DecodableNnet class | Nnet | friend |
Destroy() | Nnet | |
FirstUpdatableComponent() const | Nnet | |
GetComponent(int32 c) const | Nnet | |
GetComponent(int32 c) | Nnet | |
GetLearningRates(VectorBase< BaseFloat > *learning_rates) const | Nnet | |
GetParameterDim() const | Nnet | virtual |
Info() const | Nnet | |
Init(std::istream &is) | Nnet | |
Init(std::vector< Component *> *components) | Nnet | |
InputDim() const | Nnet | |
LastUpdatableComponent() const | Nnet | |
LeftContext() const | Nnet | |
LimitRankOfLastLayer(int32 dimension) | Nnet | |
Nnet(const Nnet &other) | Nnet | |
Nnet(const Nnet &nnet1, const Nnet &nnet2) | Nnet | |
Nnet() | Nnet | inline |
NnetUpdater class | Nnet | friend |
NumComponents() const | Nnet | inline |
NumUpdatableComponents() const | Nnet | |
operator=(const Nnet &other) | Nnet | |
OutputDim() const | Nnet | |
Read(std::istream &is, bool binary) | Nnet | |
RemoveDropout() | Nnet | |
RemovePreconditioning() | Nnet | |
ResetGenerators() | Nnet | |
Resize(int32 num_components) | Nnet | |
ResizeOutputLayer(int32 new_num_pdfs) | Nnet | |
RightContext() const | Nnet | |
Scale(BaseFloat scale) | Nnet | |
ScaleComponents(const VectorBase< BaseFloat > &scales) | Nnet | |
ScaleLearningRates(BaseFloat factor) | Nnet | |
ScaleLearningRates(std::map< std::string, BaseFloat > scale_factors) | Nnet | |
SetComponent(int32 c, Component *component) | Nnet | |
SetDropoutScale(BaseFloat scale) | Nnet | |
SetIndexes() | Nnet | |
SetLearningRates(BaseFloat learning_rates) | Nnet | |
SetLearningRates(const VectorBase< BaseFloat > &learning_rates) | Nnet | |
SetZero(bool treat_as_gradient) | Nnet | |
SwitchToOnlinePreconditioning(int32 rank_in, int32 rank_out, int32 update_period, BaseFloat num_samples_history, BaseFloat alpha) | Nnet | |
UnVectorize(const VectorBase< BaseFloat > ¶ms) | Nnet | virtual |
Vectorize(VectorBase< BaseFloat > *params) const | Nnet | virtual |
Write(std::ostream &os, bool binary) const | Nnet | |
ZeroStats() | Nnet | |
~Nnet() | Nnet | inlinevirtual |