|
mxnet
|
DataBatch of NDArray, returned by Iterator. More...
#include <io.h>

Public Attributes | |
| std::vector< NDArray > | data |
| 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... | |
| 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
1.8.11