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

represents a data in the graph More...

#include <graph.h>

Collaboration diagram for nnvm::IndexedGraph::NodeEntry:
Collaboration graph

Public Attributes

uint32_t node_id
 the source node id in the computation graph More...
 
uint32_t index
 index of output from the source. More...
 
uint32_t version
 version of the node More...
 

Detailed Description

represents a data in the graph

Member Data Documentation

uint32_t nnvm::IndexedGraph::NodeEntry::index

index of output from the source.

uint32_t nnvm::IndexedGraph::NodeEntry::node_id

the source node id in the computation graph

uint32_t nnvm::IndexedGraph::NodeEntry::version

version of the node


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