This is the complete list of members for AffineComponentPreconditioned, including all inherited members.
Add(BaseFloat alpha, const UpdatableComponent &other) | AffineComponent | virtual |
AffineComponent(const AffineComponent &other) | AffineComponent | |
AffineComponent(const CuMatrixBase< BaseFloat > &linear_params, const CuVectorBase< BaseFloat > &bias_params, BaseFloat learning_rate) | AffineComponent | |
AffineComponent() | AffineComponent | inline |
AffineComponentPreconditioned() | AffineComponentPreconditioned | inline |
alpha_ | AffineComponentPreconditioned | protected |
Backprop(const ChunkInfo &in_info, const ChunkInfo &out_info, const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, const CuMatrixBase< BaseFloat > &out_deriv, Component *to_update, CuMatrix< BaseFloat > *in_deriv) const | AffineComponent | virtual |
BackpropNeedsInput() const | AffineComponent | inlinevirtual |
BackpropNeedsOutput() const | AffineComponent | inlinevirtual |
bias_params_ | AffineComponent | protected |
BiasParams() | AffineComponent | inline |
CollapseWithNext(const AffineComponent &next) const | AffineComponent | |
CollapseWithNext(const FixedAffineComponent &next) const | AffineComponent | |
CollapseWithNext(const FixedScaleComponent &next) const | AffineComponent | |
CollapseWithPrevious(const FixedAffineComponent &prev) const | AffineComponent | |
Component() | Component | inline |
Context() const | Component | inlinevirtual |
Copy() const | AffineComponentPreconditioned | virtual |
DotProduct(const UpdatableComponent &other) const | AffineComponent | virtual |
GetParameterDim() const | AffineComponent | virtual |
GetScalingFactor(const CuMatrix< BaseFloat > &in_value_precon, const CuMatrix< BaseFloat > &out_deriv_precon) | AffineComponentPreconditioned | protected |
Index() const | Component | inlinevirtual |
Info() const | AffineComponentPreconditioned | virtual |
Init(BaseFloat learning_rate, int32 input_dim, int32 output_dim, BaseFloat param_stddev, BaseFloat bias_stddev, BaseFloat alpha, BaseFloat max_change) | AffineComponentPreconditioned | |
Init(BaseFloat learning_rate, BaseFloat alpha, BaseFloat max_change, std::string matrix_filename) | AffineComponentPreconditioned | |
kaldi::nnet2::AffineComponent::Init(BaseFloat learning_rate, int32 input_dim, int32 output_dim, BaseFloat param_stddev, BaseFloat bias_stddev) | AffineComponent | |
kaldi::nnet2::AffineComponent::Init(BaseFloat learning_rate, std::string matrix_filename) | AffineComponent | |
kaldi::nnet2::UpdatableComponent::Init(BaseFloat learning_rate) | UpdatableComponent | inline |
InitFromString(std::string args) | AffineComponentPreconditioned | virtual |
InputDim() const | AffineComponent | inlinevirtual |
is_gradient_ | AffineComponent | protected |
KALDI_DISALLOW_COPY_AND_ASSIGN(AffineComponentPreconditioned) | AffineComponentPreconditioned | protected |
learning_rate_ | UpdatableComponent | protected |
LearningRate() const | UpdatableComponent | inline |
LimitRank(int32 dimension, AffineComponent **a, AffineComponent **b) const | AffineComponent | virtual |
linear_params_ | AffineComponent | protected |
LinearParams() | AffineComponent | inline |
max_change_ | AffineComponentPreconditioned | protected |
NewComponentOfType(const std::string &type) | Component | static |
NewFromString(const std::string &initializer_line) | Component | static |
operator=(const AffineComponent &other) | AffineComponent | protected |
OutputDim() const | AffineComponent | inlinevirtual |
PerturbParams(BaseFloat stddev) | AffineComponent | virtual |
Propagate(const ChunkInfo &in_info, const ChunkInfo &out_info, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const | AffineComponent | virtual |
kaldi::nnet2::UpdatableComponent::Propagate(const ChunkInfo &in_info, const ChunkInfo &out_info, const CuMatrixBase< BaseFloat > &in, CuMatrix< BaseFloat > *out) const | Component | inline |
Read(std::istream &is, bool binary) | AffineComponentPreconditioned | virtual |
ReadNew(std::istream &is, bool binary) | Component | static |
Resize(int32 input_dim, int32 output_dim) | AffineComponent | virtual |
Scale(BaseFloat scale) | AffineComponent | virtual |
SetIndex(int32 index) | Component | inlinevirtual |
SetLearningRate(BaseFloat lrate) | UpdatableComponent | inline |
SetMaxChange(BaseFloat max_change) | AffineComponentPreconditioned | inline |
SetParams(const VectorBase< BaseFloat > &bias, const MatrixBase< BaseFloat > &linear) | AffineComponent | virtual |
SetZero(bool treat_as_gradient) | AffineComponent | virtual |
Type() const | AffineComponentPreconditioned | inlinevirtual |
UnVectorize(const VectorBase< BaseFloat > ¶ms) | AffineComponent | virtual |
UpdatableComponent(const UpdatableComponent &other) | UpdatableComponent | inline |
UpdatableComponent(BaseFloat learning_rate) | UpdatableComponent | inline |
UpdatableComponent() | UpdatableComponent | inline |
Update(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_deriv) | AffineComponentPreconditioned | protectedvirtual |
UpdateSimple(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_deriv) | AffineComponent | protectedvirtual |
Vectorize(VectorBase< BaseFloat > *params) const | AffineComponent | virtual |
Widen(int32 new_dimension, BaseFloat param_stddev, BaseFloat bias_stddev, std::vector< NonlinearComponent *> c2, AffineComponent *c3) | AffineComponent | |
Write(std::ostream &os, bool binary) const | AffineComponentPreconditioned | virtual |
~Component() | Component | inlinevirtual |
~UpdatableComponent() | UpdatableComponent | inlinevirtual |