mxnet
|
Default object for holding a mini-batch of data and related information. More...
#include <io.h>
Public Attributes | |
NDArray | data |
NDArray | label |
int | pad_num |
std::vector< int > | index |
Default object for holding a mini-batch of data and related information.
NDArray mxnet::cpp::DataBatch::data |
std::vector<int> mxnet::cpp::DataBatch::index |
NDArray mxnet::cpp::DataBatch::label |
int mxnet::cpp::DataBatch::pad_num |