mxnet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
mxnet::Symbol::DataEntry Struct Reference

an entry that represents output data from a node More...

#include <symbolic.h>

Collaboration diagram for mxnet::Symbol::DataEntry:
Collaboration graph

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...
 

Detailed Description

an entry that represents output data from a node

Constructor & Destructor Documentation

mxnet::Symbol::DataEntry::DataEntry ( )
inline

enabled default copy constructor

mxnet::Symbol::DataEntry::DataEntry ( std::shared_ptr< Node >  source,
uint32_t  index 
)
inline

constructor from index

Member Data Documentation

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


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