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

Method Proxy

tests/cpp/helpers.h:444–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 virtual void Reset() { iter_ = 0; }
443 [[nodiscard]] std::size_t Iter() const { return iter_; }
444 auto Proxy() -> decltype(proxy_) { return proxy_; }
445
446 explicit ArrayIterForTest(float sparsity, bst_idx_t rows, size_t cols, size_t batches);
447 /**

Callers 11

MakeQDMForTestFunction · 0.45
MakeExtMemForTestFunction · 0.45
TESTFunction · 0.45
TestRefDMatrixFunction · 0.45
TESTFunction · 0.45
TestVectorLeafPredictionFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 7

MakeQDMForTestFunction · 0.36
MakeExtMemForTestFunction · 0.36
TESTFunction · 0.36
TestRefDMatrixFunction · 0.36
TESTFunction · 0.36
TestVectorLeafPredictionFunction · 0.36
TESTFunction · 0.36