Home
last modified time | relevance | path

Searched refs:h_cuts_ptr (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh168 auto const &h_cuts_ptr = cuts_ptr.HostVector(); in ProcessSlidingWindow() local
172 h_cuts_ptr.back()); in ProcessSlidingWindow()
244 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessWeightedSlidingWindow() local
250 h_cuts_ptr.back(), dh::ToSpan(temp_weights)); in ProcessWeightedSlidingWindow()
H A Dhist_util.cu219 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessBatch() local
224 d_cuts_ptr, h_cuts_ptr.back()); in ProcessBatch()
287 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessWeightedBatch() local
292 h_cuts_ptr.back(), dh::ToSpan(temp_weights)); in ProcessWeightedBatch()
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh168 auto const &h_cuts_ptr = cuts_ptr.HostVector(); in ProcessSlidingWindow() local
172 h_cuts_ptr.back()); in ProcessSlidingWindow()
244 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessWeightedSlidingWindow() local
250 h_cuts_ptr.back(), dh::ToSpan(temp_weights)); in ProcessWeightedSlidingWindow()
H A Dhist_util.cu219 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessBatch() local
224 d_cuts_ptr, h_cuts_ptr.back()); in ProcessBatch()
287 auto const& h_cuts_ptr = cuts_ptr.ConstHostVector(); in ProcessWeightedBatch() local
292 h_cuts_ptr.back(), dh::ToSpan(temp_weights)); in ProcessWeightedBatch()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_ellpack_page.cu100 std::vector<uint32_t> h_cuts_ptr(accessor.feature_segments.size()); in TEST() local
101 dh::CopyDeviceSpanToVector(&h_cuts_ptr, accessor.feature_segments); in TEST()
105 ASSERT_EQ(h_cuts_ptr.size(), 2); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_ellpack_page.cu100 std::vector<uint32_t> h_cuts_ptr(accessor.feature_segments.size()); in TEST() local
101 dh::CopyDeviceSpanToVector(&h_cuts_ptr, accessor.feature_segments); in TEST()
105 ASSERT_EQ(h_cuts_ptr.size(), 2); in TEST()