Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nnvm/include/nnvm/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class IndexedGraph {
/*! \brief the source node id in the computation graph */
uint32_t node_id;
/*! \brief index of output from the source. */
uint32_t index;
int64_t index;
/*! \brief version of the node */
uint32_t version;
};
Expand Down