Medial Code Documentation
Loading...
Searching...
No Matches
cached_input_split.h File Reference

InputSplit that reads from an existing InputSplit and cache the data into local disk, the second iteration will be reading from the local cached data. More...

#include <dmlc/base.h>

Go to the source code of this file.

Detailed Description

InputSplit that reads from an existing InputSplit and cache the data into local disk, the second iteration will be reading from the local cached data.

Copyright (c) 2015 by Contributors

Author
Tianqi Chen