|
mxnet
|
This is the complete list of members for mxnet::ext::Graph, including all inherited members.
| _dfs_util(Node *n, std::unordered_set< Node *> *to_visit, std::function< void(Node *)> handler) const | mxnet::ext::Graph | |
| _setParams(std::unordered_map< std::string, mxnet::ext::MXTensor > *args, std::unordered_map< std::string, mxnet::ext::MXTensor > *aux) | mxnet::ext::Graph | |
| _setPassResource(PassResource *res_) | mxnet::ext::Graph | |
| addNode(const std::string &name, const std::string &op) | mxnet::ext::Graph | |
| attrs | mxnet::ext::Graph | |
| DFS(std::function< void(Node *)> handler) const | mxnet::ext::Graph | |
| fromJson(JsonVal val) | mxnet::ext::Graph | static |
| fromString(const std::string &json) | mxnet::ext::Graph | static |
| getAttr(const std::string &key) const | mxnet::ext::Graph | |
| getNode(size_t idx) | mxnet::ext::Graph | |
| getNode(size_t idx) const | mxnet::ext::Graph | |
| Graph() | mxnet::ext::Graph | |
| inputs | mxnet::ext::Graph | |
| outputs | mxnet::ext::Graph | |
| print(int indent=0) const | mxnet::ext::Graph | |
| size() const | mxnet::ext::Graph | |
| toJson() const | mxnet::ext::Graph | |
| topological_sort() const | mxnet::ext::Graph | |
| toString() const | mxnet::ext::Graph | |
| ~Graph() | mxnet::ext::Graph |
1.8.13