mxnet
|
an entry that represents output data from a node More...
#include <symbolic.h>
Public Member Functions | |
DataEntry () | |
enabled default copy constructor More... | |
DataEntry (std::shared_ptr< Node > source, uint32_t index) | |
constructor from index More... | |
Public Attributes | |
std::shared_ptr< Node > | source |
the source node of this data More... | |
uint32_t | index |
index of output from the source. More... | |
an entry that represents output data from a node
|
inline |
enabled default copy constructor
|
inline |
constructor from index
uint32_t mxnet::Symbol::DataEntry::index |
index of output from the source.
std::shared_ptr<Node> mxnet::Symbol::DataEntry::source |
the source node of this data