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

Method Reset

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

Source from the content-addressed store, hash-verified

440
441 virtual int Next() = 0;
442 virtual void Reset() { iter_ = 0; }
443 [[nodiscard]] std::size_t Iter() const { return iter_; }
444 auto Proxy() -> decltype(proxy_) { return proxy_; }
445

Callers 2

NumpyArrayIterForTestMethod · 0.45
ResetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected