This is the complete list of members for BackpropTruncationComponent, including all inherited members.
Add(BaseFloat alpha, const Component &other) | BackpropTruncationComponent | virtual |
Backprop(const std::string &debug_info, const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &, const CuMatrixBase< BaseFloat > &, const CuMatrixBase< BaseFloat > &out_deriv, void *memo, Component *to_update, CuMatrixBase< BaseFloat > *in_deriv) const | BackpropTruncationComponent | virtual |
BackpropTruncationComponent(int32 dim, BaseFloat scale, BaseFloat clipping_threshold, BaseFloat zeroing_threshold, int32 zeroing_interval, int32 recurrence_interval) | BackpropTruncationComponent | inline |
BackpropTruncationComponent() | BackpropTruncationComponent | inline |
clipping_threshold_ | BackpropTruncationComponent | private |
Component() | Component | inline |
ConsolidateMemory() | Component | inlinevirtual |
Copy() const | BackpropTruncationComponent | virtual |
count_ | BackpropTruncationComponent | protected |
count_zeroing_boundaries_ | BackpropTruncationComponent | protected |
debug_info_ | BackpropTruncationComponent | private |
DeleteMemo(void *memo) const | Component | inlinevirtual |
dim_ | BackpropTruncationComponent | private |
GetInputIndexes(const MiscComputationInfo &misc_info, const Index &output_index, std::vector< Index > *desired_indexes) const | Component | virtual |
Info() const | BackpropTruncationComponent | virtual |
Init(int32 dim, BaseFloat scale, BaseFloat clipping_threshold, BaseFloat zeroing_threshold, int32 zeroing_interval, int32 recurrence_interval) | BackpropTruncationComponent | |
InitFromConfig(ConfigLine *cfl) | BackpropTruncationComponent | virtual |
InputDim() const | BackpropTruncationComponent | inlinevirtual |
IsComputable(const MiscComputationInfo &misc_info, const Index &output_index, const IndexSet &input_index_set, std::vector< Index > *used_inputs) const | Component | virtual |
NewComponentOfType(const std::string &type) | Component | static |
num_clipped_ | BackpropTruncationComponent | protected |
num_zeroed_ | BackpropTruncationComponent | protected |
operator=(const BackpropTruncationComponent &other) | BackpropTruncationComponent | private |
OutputDim() const | BackpropTruncationComponent | inlinevirtual |
PrecomputeIndexes(const MiscComputationInfo &misc_info, const std::vector< Index > &input_indexes, const std::vector< Index > &output_indexes, bool need_backprop) const | BackpropTruncationComponent | virtual |
Propagate(const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const | BackpropTruncationComponent | virtual |
Properties() const | BackpropTruncationComponent | inlinevirtual |
Read(std::istream &is, bool binary) | BackpropTruncationComponent | virtual |
ReadNew(std::istream &is, bool binary) | Component | static |
recurrence_interval_ | BackpropTruncationComponent | private |
ReorderIndexes(std::vector< Index > *input_indexes, std::vector< Index > *output_indexes) const | Component | inlinevirtual |
Scale(BaseFloat scale) | BackpropTruncationComponent | virtual |
scale_ | BackpropTruncationComponent | private |
StoreStats(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, void *memo) | Component | inlinevirtual |
Type() const | BackpropTruncationComponent | inlinevirtual |
Write(std::ostream &os, bool binary) const | BackpropTruncationComponent | virtual |
zeroing_interval_ | BackpropTruncationComponent | private |
zeroing_threshold_ | BackpropTruncationComponent | private |
ZeroStats() | BackpropTruncationComponent | virtual |
~BackpropTruncationComponent() | BackpropTruncationComponent | inlinevirtual |
~Component() | Component | inlinevirtual |