mxnet
Public Attributes | List of all members
mxnet::DataInst Struct Reference

a single data instance More...

#include <io.h>

Collaboration diagram for mxnet::DataInst:
Collaboration graph

Public Attributes

unsigned index
 unique id for instance More...
 
std::vector< TBlobdata
 content of data More...
 
std::string extra_data
 extra data to be fed to the network More...
 

Detailed Description

a single data instance

Member Data Documentation

std::vector<TBlob> mxnet::DataInst::data

content of data

std::string mxnet::DataInst::extra_data

extra data to be fed to the network

unsigned mxnet::DataInst::index

unique id for instance


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