|
mxnet
|
Node data structure in IndexedGraph. More...
#include <graph.h>

Public Attributes | |
| const nnvm::Node * | source |
| pointer to the source node More... | |
| array_view< NodeEntry > | inputs |
| inputs to the node More... | |
| array_view< uint32_t > | control_deps |
| control flow dependencies to the node More... | |
| std::weak_ptr< nnvm::Node > | weak_ref |
| weak reference to node More... | |
Node data structure in IndexedGraph.
| array_view<uint32_t> nnvm::IndexedGraph::Node::control_deps |
control flow dependencies to the node
| array_view<NodeEntry> nnvm::IndexedGraph::Node::inputs |
inputs to the node
| const nnvm::Node* nnvm::IndexedGraph::Node::source |
pointer to the source node
| std::weak_ptr<nnvm::Node> nnvm::IndexedGraph::Node::weak_ref |
weak reference to node
1.8.13