This is the complete list of members for NaturalGradientAffineComponent, including all inherited members.
| Add(BaseFloat alpha, const Component &other) | NaturalGradientAffineComponent | virtual | 
| AffineComponent() | AffineComponent | inline | 
| AffineComponent(const AffineComponent &other) | AffineComponent | explicit | 
| AffineComponent(const CuMatrixBase< BaseFloat > &linear_params, const CuVectorBase< BaseFloat > &bias_params, BaseFloat learning_rate) | AffineComponent | |
| Backprop(const std::string &debug_info, const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &, const CuMatrixBase< BaseFloat > &out_deriv, void *memo, Component *to_update, CuMatrixBase< BaseFloat > *in_deriv) const | AffineComponent | virtual | 
| bias_params_ | AffineComponent | protected | 
| BiasParams() const | AffineComponent | inline | 
| BiasParams() | AffineComponent | inline | 
| Component() | Component | inline | 
| ConsolidateMemory() | NaturalGradientAffineComponent | virtual | 
| Copy() const | NaturalGradientAffineComponent | virtual | 
| DeleteMemo(void *memo) const | Component | inlinevirtual | 
| DotProduct(const UpdatableComponent &other) const | AffineComponent | virtual | 
| FreezeNaturalGradient(bool freeze) | NaturalGradientAffineComponent | virtual | 
| GetInputIndexes(const MiscComputationInfo &misc_info, const Index &output_index, std::vector< Index > *desired_indexes) const | Component | virtual | 
| Info() const | NaturalGradientAffineComponent | virtual | 
| Init(int32 input_dim, int32 output_dim, BaseFloat param_stddev, BaseFloat bias_stddev) | AffineComponent | |
| Init(std::string matrix_filename) | AffineComponent | protected | 
| InitFromConfig(ConfigLine *cfl) | NaturalGradientAffineComponent | virtual | 
| InitLearningRatesFromConfig(ConfigLine *cfl) | UpdatableComponent | protected | 
| InputDim() const | AffineComponent | inlinevirtual | 
| is_gradient_ | UpdatableComponent | protected | 
| IsComputable(const MiscComputationInfo &misc_info, const Index &output_index, const IndexSet &input_index_set, std::vector< Index > *used_inputs) const | Component | virtual | 
| l2_regularize_ | UpdatableComponent | protected | 
| L2Regularization() const | UpdatableComponent | inline | 
| learning_rate_ | UpdatableComponent | protected | 
| learning_rate_factor_ | UpdatableComponent | protected | 
| LearningRate() const | UpdatableComponent | inline | 
| LearningRateFactor() | UpdatableComponent | inlinevirtual | 
| linear_params_ | AffineComponent | protected | 
| LinearParams() const | AffineComponent | inline | 
| LinearParams() | AffineComponent | inline | 
| max_change_ | UpdatableComponent | protected | 
| MaxChange() const | UpdatableComponent | inline | 
| NaturalGradientAffineComponent() | NaturalGradientAffineComponent | inline | 
| NaturalGradientAffineComponent(const NaturalGradientAffineComponent &other) | NaturalGradientAffineComponent | explicit | 
| NaturalGradientAffineComponent(const CuMatrixBase< BaseFloat > &linear_params, const CuVectorBase< BaseFloat > &bias_params) | NaturalGradientAffineComponent | |
| NewComponentOfType(const std::string &type) | Component | static | 
| NumParameters() const | AffineComponent | virtual | 
| operator=(const NaturalGradientAffineComponent &) | NaturalGradientAffineComponent | private | 
| kaldi::nnet3::AffineComponent::operator=(const AffineComponent &other) | AffineComponent | protected | 
| orthonormal_constraint_ | AffineComponent | protected | 
| OrthonormalConstraint() const | AffineComponent | inline | 
| OutputDim() const | AffineComponent | inlinevirtual | 
| PerturbParams(BaseFloat stddev) | AffineComponent | virtual | 
| PrecomputeIndexes(const MiscComputationInfo &misc_info, const std::vector< Index > &input_indexes, const std::vector< Index > &output_indexes, bool need_backprop) const | Component | inlinevirtual | 
| preconditioner_in_ | NaturalGradientAffineComponent | private | 
| preconditioner_out_ | NaturalGradientAffineComponent | private | 
| Propagate(const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const | AffineComponent | virtual | 
| Properties() const | AffineComponent | inlinevirtual | 
| Read(std::istream &is, bool binary) | NaturalGradientAffineComponent | virtual | 
| ReadNew(std::istream &is, bool binary) | Component | static | 
| ReadUpdatableCommon(std::istream &is, bool binary) | UpdatableComponent | protected | 
| ReorderIndexes(std::vector< Index > *input_indexes, std::vector< Index > *output_indexes) const | Component | inlinevirtual | 
| Resize(int32 input_dim, int32 output_dim) | AffineComponent | virtual | 
| Scale(BaseFloat scale) | NaturalGradientAffineComponent | virtual | 
| SetActualLearningRate(BaseFloat lrate) | UpdatableComponent | inlinevirtual | 
| SetAsGradient() | UpdatableComponent | inlinevirtual | 
| SetL2Regularization(BaseFloat a) | UpdatableComponent | inline | 
| SetLearningRateFactor(BaseFloat lrate_factor) | UpdatableComponent | inlinevirtual | 
| SetMaxChange(BaseFloat max_change) | UpdatableComponent | inline | 
| SetParams(const CuVectorBase< BaseFloat > &bias, const CuMatrixBase< BaseFloat > &linear) | AffineComponent | virtual | 
| SetUnderlyingLearningRate(BaseFloat lrate) | UpdatableComponent | inlinevirtual | 
| SetUpdatableConfigs(const UpdatableComponent &other) | UpdatableComponent | |
| StoreStats(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, void *memo) | Component | inlinevirtual | 
| Type() const | NaturalGradientAffineComponent | inlinevirtual | 
| UnVectorize(const VectorBase< BaseFloat > ¶ms) | AffineComponent | virtual | 
| UpdatableComponent(const UpdatableComponent &other) | UpdatableComponent | |
| UpdatableComponent() | UpdatableComponent | inline | 
| Update(const std::string &debug_info, const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_deriv) | NaturalGradientAffineComponent | privatevirtual | 
| UpdateSimple(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_deriv) | AffineComponent | protectedvirtual | 
| Vectorize(VectorBase< BaseFloat > *params) const | AffineComponent | virtual | 
| Write(std::ostream &os, bool binary) const | NaturalGradientAffineComponent | virtual | 
| WriteUpdatableCommon(std::ostream &is, bool binary) const | UpdatableComponent | protected | 
| ZeroStats() | Component | inlinevirtual | 
| ~Component() | Component | inlinevirtual | 
| ~UpdatableComponent() | UpdatableComponent | inlinevirtual |