Home
last modified time | relevance | path

Searched refs:bst_group_t (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/py-xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.cu13 bst_group_t n_groups, bst_group_t group_id, in GPUCopyGradient()
28 bst_group_t n_groups, bst_group_t group) { in GPUDartPredictInc()
38 bst_group_t n_groups, bst_group_t group) { in GPUDartInplacePredictInc()
H A Dgbtree.cc194 bst_group_t n_groups, bst_group_t group_id,
205 bst_group_t n_groups, bst_group_t group_id, in CopyGradient()
471 bst_group_t group = this->model_.tree_info[in_it]; in Slice()
609 bst_group_t n_groups, bst_group_t group)
621 bst_group_t n_groups,
622 bst_group_t group)
H A Dgblinear.cc250 for (bst_group_t g = 0; g < n_groups; ++g) { in FeatureScore()
/dports/misc/xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.cu13 bst_group_t n_groups, bst_group_t group_id, in GPUCopyGradient()
28 bst_group_t n_groups, bst_group_t group) { in GPUDartPredictInc()
38 bst_group_t n_groups, bst_group_t group) { in GPUDartInplacePredictInc()
H A Dgbtree.cc194 bst_group_t n_groups, bst_group_t group_id,
205 bst_group_t n_groups, bst_group_t group_id, in CopyGradient()
471 bst_group_t group = this->model_.tree_info[in_it]; in Slice()
609 bst_group_t n_groups, bst_group_t group)
621 bst_group_t n_groups,
622 bst_group_t group)
H A Dgblinear.cc250 for (bst_group_t g = 0; g < n_groups; ++g) { in FeatureScore()
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Ddata.cu52 void CopyGroupInfoImpl(ArrayInterface column, std::vector<bst_group_t>* out) { in CopyGroupInfoImpl()
58 dh::TemporaryArray<bst_group_t> temp(column.num_rows); in CopyGroupInfoImpl()
72 std::vector<bst_group_t> *p_group_ptr) { in CopyQidImpl()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Ddata.cu52 void CopyGroupInfoImpl(ArrayInterface column, std::vector<bst_group_t>* out) { in CopyGroupInfoImpl()
58 dh::TemporaryArray<bst_group_t> temp(column.num_rows); in CopyGroupInfoImpl()
72 std::vector<bst_group_t> *p_group_ptr) { in CopyQidImpl()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/metric/
H A Dtest_auc.cc134 std::vector<bst_group_t> groups{0, 7, 16}; in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/metric/
H A Dtest_auc.cc134 std::vector<bst_group_t> groups{0, 7, 16}; in TEST()
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh187 dh::caching_device_vector<bst_group_t> group_ptr(info.group_ptr_); in ProcessWeightedSlidingWindow()
212 bst_group_t group_idx = dh::SegmentId(d_group_ptr, ridx); in ProcessWeightedSlidingWindow()
H A Dhist_util.cu235 bool is_ranking, Span<bst_group_t const> d_group_ptr) { in ProcessWeightedBatch()
257 bst_group_t group_idx = dh::SegmentId(d_group_ptr, ridx + base_rowid); in ProcessWeightedBatch()
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dhist_util.cuh187 dh::caching_device_vector<bst_group_t> group_ptr(info.group_ptr_); in ProcessWeightedSlidingWindow()
212 bst_group_t group_idx = dh::SegmentId(d_group_ptr, ridx); in ProcessWeightedSlidingWindow()
H A Dhist_util.cu235 bool is_ranking, Span<bst_group_t const> d_group_ptr) { in ProcessWeightedBatch()
257 bst_group_t group_idx = dh::SegmentId(d_group_ptr, ridx + base_rowid); in ProcessWeightedBatch()
/dports/misc/py-xgboost/xgboost-1.5.1/src/metric/
H A Dauc.cu433 bst_group_t group_id;
446 dh::caching_device_vector<bst_group_t> group_ptr(info.group_ptr_); in GPURankingAUC()
498 bst_group_t query_group_idx = dh::SegmentId(d_threads_group_ptr, idx); in GPURankingAUC()
/dports/misc/xgboost/xgboost-1.5.1/src/metric/
H A Dauc.cu433 bst_group_t group_id;
446 dh::caching_device_vector<bst_group_t> group_ptr(info.group_ptr_); in GPURankingAUC()
498 bst_group_t query_group_idx = dh::SegmentId(d_threads_group_ptr, idx); in GPURankingAUC()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc228 std::vector<xgboost::bst_group_t> groups (11); in TEST()
256 std::vector<xgboost::bst_group_t> groups; in TEST()
H A Dtest_metainfo.cu75 std::vector<bst_group_t> expected_group_ptr = {0, 4, 7, 9, 10}; in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc228 std::vector<xgboost::bst_group_t> groups (11); in TEST()
256 std::vector<xgboost::bst_group_t> groups; in TEST()
H A Dtest_metainfo.cu75 std::vector<bst_group_t> expected_group_ptr = {0, 4, 7, 9, 10}; in TEST()
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h134 using bst_group_t = uint32_t; // NOLINT variable
H A Ddata.h62 std::vector<bst_group_t> group_ptr_; // NOLINT
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dbase.h134 using bst_group_t = uint32_t; // NOLINT variable
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu519 std::vector<bst_group_t> groups(kGroups); in TEST()
561 std::vector<bst_group_t> groups(kGroups); in TestAdapterSketchFromWeights()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu519 std::vector<bst_group_t> groups(kGroups); in TEST()
561 std::vector<bst_group_t> groups(kGroups); in TestAdapterSketchFromWeights()

12