Medial Code Documentation
|
Copyright 2014-2023, XGBoost Contributors. More...
#include <algorithm>
#include <cstddef>
#include <cstdio>
#include <cstring>
#include <limits>
#include <numeric>
#include <string>
#include <vector>
#include "rabit/internal/utils.h"
#include "rabit/serializable.h"
Go to the source code of this file.
Data Structures | |
struct | rabit::utils::MemoryFixSizeBuffer |
Fixed size memory buffer as a stream. More... | |
struct | rabit::utils::MemoryBufferStream |
a in memory buffer that can be read and write as stream interface More... | |
Namespaces | |
namespace | rabit |
namespace of rabit | |
namespace | rabit::utils |
namespace for helper utils of the project | |
Typedefs | |
using | rabit::utils::SeekStream = dmlc::SeekStream |
re-use definition of dmlc::SeekStream | |
Copyright 2014-2023, XGBoost Contributors.
utilities with different serializable implementations