MCPcopy Create free account
hub / github.com/dmlc/xgboost / cbegin

Method cbegin

src/common/param_array.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53 [[nodiscard]] StringView Name() const { return this->name_; }
54 [[nodiscard]] auto cbegin() const { return this->values_.cbegin(); } // NOLINT
55 [[nodiscard]] auto cend() const { return this->values_.cend(); } // NOLINT
56 [[nodiscard]] auto begin() { return this->values_.begin(); } // NOLINT
57 [[nodiscard]] auto end() { return this->values_.end(); } // NOLINT

Callers 15

BroadcastImplFunction · 0.45
AllreduceMethod · 0.45
AllgatherMethod · 0.45
AllgatherVMethod · 0.45
ExtendMethod · 0.45
UpdateAllowUnknownMethod · 0.45
ValidateMethod · 0.45
InitModelParamMethod · 0.45
ConfigureMethod · 0.45
SetParamMethod · 0.45
ValidateParametersMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
RunMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
LoadGBTreeModelFunction · 0.36
TestVAlgoMethod · 0.36