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

DataBatch of NDArray, returned by Iterator. More...

#include <io.h>

Collaboration diagram for mxnet::DataBatch:
Collaboration graph

Public Attributes

std::vector< NDArraydata
 content of dense data, if this DataBatch is dense More...
 
std::vector< uint64_t > index
 index of image data More...
 
std::string extra_data
 extra data to be fed to the network More...
 
int num_batch_padd
 num of example padded to batch More...
 

Detailed Description

DataBatch of NDArray, returned by Iterator.

Member Data Documentation

std::vector<NDArray> mxnet::DataBatch::data

content of dense data, if this DataBatch is dense

std::string mxnet::DataBatch::extra_data

extra data to be fed to the network

std::vector<uint64_t> mxnet::DataBatch::index

index of image data

int mxnet::DataBatch::num_batch_padd

num of example padded to batch


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