Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ Empty
Method
Empty
src/encoder/ordinal.h:203–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
return mapping.subspan(offsets[f_idx], offsets[f_idx + 1] - offsets[f_idx]);
202
}
203
[[nodiscard]] ENC_DEVICE bool Empty() const { return offsets.empty(); }
204
};
205
206
namespace cpu_impl {
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected