mxnet
Public Attributes | List of all members
mxnet::cpp::DataBatch Class Reference

Default object for holding a mini-batch of data and related information. More...

#include <io.h>

Collaboration diagram for mxnet::cpp::DataBatch:
Collaboration graph

Public Attributes

NDArray data
 
NDArray label
 
int pad_num
 
std::vector< int > index
 

Detailed Description

Default object for holding a mini-batch of data and related information.

Member Data Documentation

NDArray mxnet::cpp::DataBatch::data
std::vector<int> mxnet::cpp::DataBatch::index
NDArray mxnet::cpp::DataBatch::label
int mxnet::cpp::DataBatch::pad_num

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