◆ CopyAndCollect()
void xgboost::tree::CPUExpandEntry::CopyAndCollect |
( |
CPUExpandEntry const & |
that, |
|
|
std::vector< uint32_t > * |
collected_cat_bits, |
|
|
std::vector< std::size_t > * |
cat_bits_sizes |
|
) |
| |
|
inline |
Copy primitive fields into this, and collect cat_bits into a vector.
This is used for allgather.
- Parameters
-
that | The other entry to copy from |
collected_cat_bits | The vector to collect cat_bits |
cat_bits_sizes | The sizes of the collected cat_bits |
The documentation for this struct was generated from the following file: