Optimize array interface input. (#9090)

This commit is contained in:
Jiaming Yuan
2023-04-28 18:01:58 +08:00
committed by GitHub
parent fb941262b4
commit 17ff471616
3 changed files with 89 additions and 10 deletions

View File

@@ -24,5 +24,9 @@ constexpr StringView LabelScoreSize() {
constexpr StringView InfInData() {
return "Input data contains `inf` or a value too large, while `missing` is not set to `inf`";
}
constexpr StringView NoF128() {
return "128-bit floating point is not supported on current platform.";
}
} // namespace xgboost::error
#endif // XGBOOST_COMMON_ERROR_MSG_H_