* Update dmlc-core submodule * Fix dense_parser to work with the latest dmlc-core * Specify location of Google Test * Add more source files in dmlc-minimum to get latest dmlc-core working * Update dmlc-core submodule
17 lines
559 B
C++
17 lines
559 B
C++
/*!
|
|
* Copyright 2015 by Contributors.
|
|
* \brief Mininum DMLC library Amalgamation, used for easy plugin of dmlc lib.
|
|
* Normally this is not needed.
|
|
*/
|
|
#include "../dmlc-core/src/io/line_split.cc"
|
|
#include "../dmlc-core/src/io/recordio_split.cc"
|
|
#include "../dmlc-core/src/io/input_split_base.cc"
|
|
#include "../dmlc-core/src/io/local_filesys.cc"
|
|
#include "../dmlc-core/src/io/filesys.cc"
|
|
#include "../dmlc-core/src/io/indexed_recordio_split.cc"
|
|
#include "../dmlc-core/src/data.cc"
|
|
#include "../dmlc-core/src/io.cc"
|
|
#include "../dmlc-core/src/recordio.cc"
|
|
|
|
|