mxnet
Public Attributes | List of all members
nnvm::IndexedGraph::Node Struct Reference

Node data structure in IndexedGraph. More...

#include <graph.h>

Collaboration diagram for nnvm::IndexedGraph::Node:
Collaboration graph

Public Attributes

const nnvm::Nodesource
 pointer to the source node More...
 
array_view< NodeEntryinputs
 inputs to the node More...
 
array_view< uint32_t > control_deps
 control flow dependencies to the node More...
 
std::weak_ptr< nnvm::Nodeweak_ref
 weak reference to node More...
 

Detailed Description

Node data structure in IndexedGraph.

Member Data Documentation

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


The documentation for this struct was generated from the following file: