Home
last modified time | relevance | path

Searched refs:out_predts (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.cu26 void GPUDartPredictInc(common::Span<float> out_predts, in GPUDartPredictInc() argument
31 out_predts[offset] += (predts[offset] * tree_w); in GPUDartPredictInc()
35 void GPUDartInplacePredictInc(common::Span<float> out_predts, in GPUDartInplacePredictInc() argument
41 out_predts[offset] += (predts[offset] - base_score) * tree_w; in GPUDartInplacePredictInc()
H A Dgbtree.cc607 void GPUDartPredictInc(common::Span<float> out_predts,
618 void GPUDartInplacePredictInc(common::Span<float> out_predts,
/dports/misc/xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.cu26 void GPUDartPredictInc(common::Span<float> out_predts, in GPUDartPredictInc() argument
31 out_predts[offset] += (predts[offset] * tree_w); in GPUDartPredictInc()
35 void GPUDartInplacePredictInc(common::Span<float> out_predts, in GPUDartInplacePredictInc() argument
41 out_predts[offset] += (predts[offset] - base_score) * tree_w; in GPUDartInplacePredictInc()
H A Dgbtree.cc607 void GPUDartPredictInc(common::Span<float> out_predts,
618 void GPUDartInplacePredictInc(common::Span<float> out_predts,