This is the complete list of members for RandomComponent, including all inherited members.
Add(BaseFloat alpha, const Component &other) | Component | inlinevirtual |
Backprop(const std::string &debug_info, const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, const CuMatrixBase< BaseFloat > &out_deriv, void *memo, Component *to_update, CuMatrixBase< BaseFloat > *in_deriv) const =0 | Component | pure virtual |
Component() | Component | inline |
ConsolidateMemory() | Component | inlinevirtual |
Copy() const =0 | Component | pure virtual |
DeleteMemo(void *memo) const | Component | inlinevirtual |
GetInputIndexes(const MiscComputationInfo &misc_info, const Index &output_index, std::vector< Index > *desired_indexes) const | Component | virtual |
Info() const | Component | virtual |
InitFromConfig(ConfigLine *cfl)=0 | Component | pure virtual |
InputDim() const =0 | Component | pure virtual |
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 |
OutputDim() const =0 | Component | pure virtual |
PrecomputeIndexes(const MiscComputationInfo &misc_info, const std::vector< Index > &input_indexes, const std::vector< Index > &output_indexes, bool need_backprop) const | Component | inlinevirtual |
Propagate(const ComponentPrecomputedIndexes *indexes, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const =0 | Component | pure virtual |
Properties() const =0 | Component | pure virtual |
random_generator_ | RandomComponent | protected |
RandomComponent() | RandomComponent | inline |
RandomComponent(const RandomComponent &other) | RandomComponent | inline |
Read(std::istream &is, bool binary)=0 | Component | pure virtual |
ReadNew(std::istream &is, bool binary) | Component | static |
ReorderIndexes(std::vector< Index > *input_indexes, std::vector< Index > *output_indexes) const | Component | inlinevirtual |
ResetGenerator() | RandomComponent | inline |
Scale(BaseFloat scale) | Component | inlinevirtual |
SetTestMode(bool test_mode) | RandomComponent | inline |
StoreStats(const CuMatrixBase< BaseFloat > &in_value, const CuMatrixBase< BaseFloat > &out_value, void *memo) | Component | inlinevirtual |
test_mode_ | RandomComponent | protected |
Type() const =0 | Component | pure virtual |
Write(std::ostream &os, bool binary) const =0 | Component | pure virtual |
ZeroStats() | Component | inlinevirtual |
~Component() | Component | inlinevirtual |