10 lines
203 B
C++
10 lines
203 B
C++
/**
|
|
* Copyright 2023 by XGBoost Contributors
|
|
*/
|
|
#pragma once
|
|
#include <xgboost/context.h> // for Context
|
|
|
|
namespace xgboost::ltr {
|
|
void TestNDCGCache(Context const* ctx);
|
|
} // namespace xgboost::ltr
|