Home
last modified time | relevance | path

Searched refs:hsorted_labels (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu171 std::vector<float> hsorted_labels(segment_label_sorter->GetNumItems()); in TEST() local
172 dh::CopyDeviceSpanToVector(&hsorted_labels, segment_label_sorter->GetItemsSpan()); in TEST()
179 xgboost::obj::NDCGLambdaWeightComputer::ComputeGroupDCGWeight(&hsorted_labels[gbegin], in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_ranking_obj_gpu.cu171 std::vector<float> hsorted_labels(segment_label_sorter->GetNumItems()); in TEST() local
172 dh::CopyDeviceSpanToVector(&hsorted_labels, segment_label_sorter->GetItemsSpan()); in TEST()
179 xgboost::obj::NDCGLambdaWeightComputer::ComputeGroupDCGWeight(&hsorted_labels[gbegin], in TEST()