|
| WriteWrapper (const char *data, size_t length) |
|
void | Load (Stream *) override |
| load the model from a stream
|
|
void | Save (Stream *fo) const override |
| saves the model to a stream
|
|
virtual | ~Serializable () |
| virtual destructor
|
|
|
const char * | data |
|
size_t | length |
|
◆ Load()
void rabit::c_api::WriteWrapper::Load |
( |
Stream * |
fi | ) |
|
|
inlineoverridevirtual |
load the model from a stream
- Parameters
-
fi | stream where to load the model from |
Implements dmlc::Serializable.
◆ Save()
void rabit::c_api::WriteWrapper::Save |
( |
Stream * |
fo | ) |
const |
|
inlineoverridevirtual |
saves the model to a stream
- Parameters
-
fo | stream where to save the model to |
Implements dmlc::Serializable.
The documentation for this struct was generated from the following file:
- External/xgboost/rabit/src/rabit_c_api.cc