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

Function XGDMatrixGetFloatInfo

src/c_api/c_api.cc:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881} // namespace
882
883XGB_DLL int XGDMatrixGetFloatInfo(const DMatrixHandle handle, const char *field,
884 xgboost::bst_ulong *out_len, const float **out_dptr) {
885 return OldGetInfoImpl(handle, field, out_len, out_dptr, DataType::kFloat32);
886}
887
888XGB_DLL int XGDMatrixGetUIntInfo(const DMatrixHandle handle, const char *field,
889 xgboost::bst_ulong *out_len, const unsigned **out_dptr) {

Calls 1

OldGetInfoImplFunction · 0.85

Tested by

no test coverage detected