This is the complete list of members for Nnet, including all inherited members.
AddComponent(const std::string &name, Component *component) | Nnet | |
Check(bool warn_for_orphans=true) const | Nnet | |
component_names_ | Nnet | private |
components_ | Nnet | private |
Copy() const | Nnet | inline |
Destroy() | Nnet | private |
GetAsConfigLine(int32 node_index, bool include_dim) const | Nnet | private |
GetComponent(int32 c) | Nnet | |
GetComponent(int32 c) const | Nnet | |
GetComponentIndex(const std::string &node_name) const | Nnet | |
GetComponentName(int32 component_index) const | Nnet | |
GetComponentNames() const | Nnet | |
GetConfigLines(bool include_dim, std::vector< std::string > *config_lines) const | Nnet | |
GetNode(int32 node) const | Nnet | inline |
GetNode(int32 node) | Nnet | inline |
GetNodeIndex(const std::string &node_name) const | Nnet | |
GetNodeName(int32 node_index) const | Nnet | |
GetNodeNames() const | Nnet | |
GetSomeNodeNames(std::vector< std::string > *modified_node_names) const | Nnet | private |
Info() const | Nnet | |
InputDim(const std::string &input_name) const | Nnet | |
IsComponentInputNode(int32 node) const | Nnet | |
IsComponentNode(int32 node) const | Nnet | |
IsDescriptorNode(int32 node) const | Nnet | |
IsDimRangeNode(int32 node) const | Nnet | |
IsInputNode(int32 node) const | Nnet | |
IsOutputNode(int32 node) const | Nnet | |
Modulus() const | Nnet | |
Nnet() | Nnet | inline |
Nnet(const Nnet &nnet) | Nnet | |
node_names_ | Nnet | private |
nodes_ | Nnet | private |
NumComponents() const | Nnet | inline |
NumNodes() const | Nnet | inline |
operator=(const Nnet &nnet) | Nnet | |
OutputDim(const std::string &output_name) const | Nnet | |
ProcessComponentConfigLine(int32 initial_num_components, ConfigLine *config) | Nnet | private |
ProcessComponentNodeConfigLine(int32 pass, ConfigLine *config) | Nnet | private |
ProcessDimRangeNodeConfigLine(int32 pass, ConfigLine *config) | Nnet | private |
ProcessInputNodeConfigLine(ConfigLine *config) | Nnet | private |
ProcessOutputNodeConfigLine(int32 pass, ConfigLine *config) | Nnet | private |
Read(std::istream &istream, bool binary) | Nnet | |
ReadConfig(std::istream &config_file) | Nnet | |
RemoveOrphanComponents() | Nnet | |
RemoveOrphanNodes(bool remove_orphan_inputs=false) | Nnet | |
RemoveRedundantConfigLines(int32 num_lines_initial, std::vector< ConfigLine > *config_lines) | Nnet | privatestatic |
RemoveSomeNodes(const std::vector< int32 > &nodes_to_remove) | Nnet | |
ResetGenerators() | Nnet | |
SetComponent(int32 c, Component *component) | Nnet | |
SetNodeName(int32 node_index, const std::string &new_name) | Nnet | |
Swap(Nnet *other) | Nnet | |
Write(std::ostream &ostream, bool binary) const | Nnet | |
~Nnet() | Nnet | inline |