Medial Code Documentation
|
Simplifies the use of DataIter when there is only one batch. More...
#include <adapter.h>
Public Member Functions | |
void | BeforeFirst () override |
set before first of the item | |
bool | Next () override |
move to next item | |
Simplifies the use of DataIter when there is only one batch.
|
inlineoverridevirtual |
set before first of the item
Implements dmlc::DataIter< DType >.
|
inlineoverridevirtual |
move to next item
Implements dmlc::DataIter< DType >.