This is the complete list of members for RectifiedLinearComponent, including all inherited members.
| Add(BaseFloat alpha, const NonlinearComponent &other) | NonlinearComponent | |
| 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 | RectifiedLinearComponent | virtual | 
| BackpropNeedsInput() const | RectifiedLinearComponent | inlinevirtual | 
| BackpropNeedsOutput() const | RectifiedLinearComponent | inlinevirtual | 
| Component() | Component | inline | 
| Context() const | Component | inlinevirtual | 
| Copy() const | RectifiedLinearComponent | inlinevirtual | 
| Count() const | NonlinearComponent | inline | 
| count_ | NonlinearComponent | protected | 
| deriv_sum_ | NonlinearComponent | protected | 
| DerivSum() const | NonlinearComponent | inline | 
| dim_ | NonlinearComponent | protected | 
| Index() const | Component | inlinevirtual | 
| Info() const | Component | virtual | 
| Init(int32 dim) | NonlinearComponent | inline | 
| InitFromString(std::string args) | NonlinearComponent | virtual | 
| InputDim() const | NonlinearComponent | inlinevirtual | 
| mutex_ | NonlinearComponent | protected | 
| NewComponentOfType(const std::string &type) | Component | static | 
| NewFromString(const std::string &initializer_line) | Component | static | 
| NonlinearComponent(int32 dim) | NonlinearComponent | inlineexplicit | 
| NonlinearComponent() | NonlinearComponent | inline | 
| NonlinearComponent(const NonlinearComponent &other) | NonlinearComponent | explicit | 
| operator=(const RectifiedLinearComponent &other) | RectifiedLinearComponent | private | 
| kaldi::nnet2::NonlinearComponent::operator=(const NonlinearComponent &other) | NonlinearComponent | protected | 
| OutputDim() const | NonlinearComponent | inlinevirtual | 
| Propagate(const ChunkInfo &in_info, const ChunkInfo &out_info, const CuMatrixBase< BaseFloat > &in, CuMatrixBase< BaseFloat > *out) const | RectifiedLinearComponent | virtual | 
| kaldi::nnet2::NonlinearComponent::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) | NonlinearComponent | virtual | 
| ReadNew(std::istream &is, bool binary) | Component | static | 
| RectifiedLinearComponent(int32 dim) | RectifiedLinearComponent | inlineexplicit | 
| RectifiedLinearComponent(const RectifiedLinearComponent &other) | RectifiedLinearComponent | inlineexplicit | 
| RectifiedLinearComponent() | RectifiedLinearComponent | inline | 
| Scale(BaseFloat scale) | NonlinearComponent | |
| SetDim(int32 dim) | NonlinearComponent | |
| SetIndex(int32 index) | Component | inlinevirtual | 
| Type() const | RectifiedLinearComponent | inlinevirtual | 
| UpdateStats(const CuMatrixBase< BaseFloat > &out_value, const CuMatrixBase< BaseFloat > *deriv=NULL) | NonlinearComponent | protected | 
| value_sum_ | NonlinearComponent | protected | 
| ValueSum() const | NonlinearComponent | inline | 
| Write(std::ostream &os, bool binary) const | NonlinearComponent | virtual | 
| ~Component() | Component | inlinevirtual |