Medial Code Documentation
Loading...
Searching...
No Matches
serializable.h
Go to the documentation of this file.
1
7#ifndef RABIT_SERIALIZABLE_H_
8#define RABIT_SERIALIZABLE_H_
9#include <vector>
10#include <string>
12
13namespace rabit {
18using Stream = dmlc::Stream ;
24
25} // namespace rabit
26#endif // RABIT_SERIALIZABLE_H_
interface for serializable objects
Definition io.h:132
interface of stream I/O for serialization
Definition io.h:30
namespace of rabit
Definition engine.h:18
dmlc::Serializable Serializable
defines serializable objects used in rabit see definition of Serializable in dmlc/io....
Definition rabit.h:32
dmlc::Stream Stream
defines stream used in rabit see definition of Stream in dmlc/io.h
Definition rabit.h:27
simple utils to support the code