Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ Next
Function
Next
tests/cpp/helpers.h:489–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
inline int Next(DataIterHandle self) {
490
return static_cast<ArrayIterForTest*>(self)->Next();
491
}
492
493
/**
494
* @brief Create an array interface for host vector.
Callers
nothing calls this directly
Calls
1
Next
Method · 0.45
Tested by
no test coverage detected