This is the complete list of members for Nnet, including all inherited members.
| AppendComponent(const Component &comp) | Nnet | |
| AppendComponentPointer(Component *dynamically_allocated_comp) | Nnet | |
| AppendNnet(const Nnet &nnet_to_append) | Nnet | |
| Backpropagate(const CuMatrixBase< BaseFloat > &out_diff, CuMatrix< BaseFloat > *in_diff) | Nnet | |
| backpropagate_buf_ | Nnet | private |
| BackpropagateBuffer() const | Nnet | inline |
| Check() const | Nnet | |
| components_ | Nnet | private |
| Destroy() | Nnet | |
| Feedforward(const CuMatrixBase< BaseFloat > &in, CuMatrix< BaseFloat > *out) | Nnet | |
| GetComponent(int32 c) const | Nnet | |
| GetComponent(int32 c) | Nnet | |
| GetGradient(Vector< BaseFloat > *gradient) const | Nnet | |
| GetLastComponent() const | Nnet | |
| GetLastComponent() | Nnet | |
| GetParams(Vector< BaseFloat > *params) const | Nnet | |
| GetTrainOptions() const | Nnet | inline |
| Info() const | Nnet | |
| InfoBackPropagate(bool header=true) const | Nnet | |
| InfoGradient(bool header=true) const | Nnet | |
| InfoPropagate(bool header=true) const | Nnet | |
| Init(const std::string &proto_file) | Nnet | |
| InputDim() const | Nnet | |
| Nnet() | Nnet | |
| Nnet(const Nnet &other) | Nnet | |
| NumComponents() const | Nnet | inline |
| NumParams() const | Nnet | |
| operator=(const Nnet &other) | Nnet | |
| opts_ | Nnet | private |
| OutputDim() const | Nnet | |
| Propagate(const CuMatrixBase< BaseFloat > &in, CuMatrix< BaseFloat > *out) | Nnet | |
| propagate_buf_ | Nnet | private |
| PropagateBuffer() const | Nnet | inline |
| Read(const std::string &rxfilename) | Nnet | |
| Read(std::istream &in, bool binary) | Nnet | |
| RemoveComponent(int32 c) | Nnet | |
| RemoveLastComponent() | Nnet | |
| ReplaceComponent(int32 c, const Component &comp) | Nnet | |
| ResetStreams(const std::vector< int32 > &stream_reset_flag) | Nnet | |
| SetDropoutRate(BaseFloat r) | Nnet | |
| SetParams(const VectorBase< BaseFloat > ¶ms) | Nnet | |
| SetSeqLengths(const std::vector< int32 > &sequence_lengths) | Nnet | |
| SetTrainOptions(const NnetTrainOptions &opts) | Nnet | |
| SwapComponent(int32 c, Component **comp) | Nnet | |
| Write(const std::string &wxfilename, bool binary) const | Nnet | |
| Write(std::ostream &out, bool binary) const | Nnet | |
| ~Nnet() | Nnet |