MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / InputSplitBase

Method InputSplitBase

src/io/input_split_base.h:143–147  ·  view source on GitHub ↗

constructor

Source from the content-addressed store, hash-verified

141 size_t buffer_size_;
142 // constructor
143 InputSplitBase()
144 : fs_(NULL),
145 tmp_chunk_(kBufferSize),
146 buffer_size_(kBufferSize),
147 align_bytes_(8) {}
148 /*!
149 * \brief intialize the base before doing anything
150 * \param fs the filesystem ptr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected