Home
last modified time | relevance | path

Searched refs:tree_end (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/py-xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.h165 if (tree_end == 0) { in LayerToTree()
169 CHECK_LE(tree_begin, tree_end); in LayerToTree()
171 return {tree_begin, tree_end}; in LayerToTree()
179 uint32_t tree_begin, tree_end; in SliceTrees() local
191 CHECK_LT(in_it, tree_end); in SliceTrees()
273 uint32_t tree_begin, tree_end; in InplacePredict() local
274 std::tie(tree_begin, tree_end) = in InplacePredict()
373 uint32_t tree_begin, tree_end; in PredictInstance() local
382 uint32_t tree_begin, tree_end; in PredictLeaf() local
394 uint32_t tree_begin, tree_end; in PredictContribution() local
[all …]
H A Dgbtree.cc509 uint32_t tree_begin, tree_end; in PredictBatch() local
510 std::tie(tree_begin, tree_end) = in PredictBatch()
513 if (tree_end > tree_begin) { in PredictBatch()
720 uint32_t tree_begin, tree_end; in PredictBatchImpl() local
721 std::tie(tree_begin, tree_end) = in PredictBatchImpl()
731 for (size_t i = tree_begin; i < tree_end; i += 1) { in PredictBatchImpl()
777 uint32_t tree_begin, tree_end; in InplacePredict() local
792 for (size_t i = tree_begin; i < tree_end; ++i) { in InplacePredict()
867 uint32_t _, tree_end; in PredictInstance() local
877 uint32_t tree_begin, tree_end; in PredictContribution() local
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/gbm/
H A Dgbtree.h165 if (tree_end == 0) { in LayerToTree()
169 CHECK_LE(tree_begin, tree_end); in LayerToTree()
171 return {tree_begin, tree_end}; in LayerToTree()
179 uint32_t tree_begin, tree_end; in SliceTrees() local
191 CHECK_LT(in_it, tree_end); in SliceTrees()
273 uint32_t tree_begin, tree_end; in InplacePredict() local
274 std::tie(tree_begin, tree_end) = in InplacePredict()
373 uint32_t tree_begin, tree_end; in PredictInstance() local
382 uint32_t tree_begin, tree_end; in PredictLeaf() local
394 uint32_t tree_begin, tree_end; in PredictContribution() local
[all …]
H A Dgbtree.cc509 uint32_t tree_begin, tree_end; in PredictBatch() local
510 std::tie(tree_begin, tree_end) = in PredictBatch()
513 if (tree_end > tree_begin) { in PredictBatch()
720 uint32_t tree_begin, tree_end; in PredictBatchImpl() local
721 std::tie(tree_begin, tree_end) = in PredictBatchImpl()
731 for (size_t i = tree_begin; i < tree_end; i += 1) { in PredictBatchImpl()
777 uint32_t tree_begin, tree_end; in InplacePredict() local
792 for (size_t i = tree_begin; i < tree_end; ++i) { in InplacePredict()
867 uint32_t _, tree_end; in PredictInstance() local
877 uint32_t tree_begin, tree_end; in PredictContribution() local
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu350 h_tree_segments.reserve((tree_end - tree_begin) + 1); in Init()
414 this->tree_end_ = tree_end; in Init()
693 size_t tree_end) const { in DevicePredictInternal()
694 if (tree_end - tree_begin == 0) { in DevicePredictInternal()
740 if (tree_end == 0) { in PredictBatch()
741 tree_end = model.trees.size(); in PredictBatch()
826 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictContribution()
884 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictInteractionContributions()
957 unsigned tree_end) const override { in PredictLeaf()
970 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictLeaf()
[all …]
H A Dcpu_predictor.cc48 unsigned tree_end) { in PredValue() argument
51 for (size_t i = tree_begin; i < tree_end; ++i) { in PredValue()
209 PredictByAllTrees(model, tree_begin, tree_end, out_preds, in PredictBatchByBlockOfRowsKernel()
254 int32_t tree_end) const { in PredictDMatrix()
275 tree_end, &feat_vecs); in PredictDMatrix()
280 tree_end, &feat_vecs); in PredictDMatrix()
323 uint32_t tree_end = 0) const override { in PredictBatch() argument
327 if (tree_end == 0) { in PredictBatch()
328 tree_end = model.trees.size(); in PredictBatch()
331 tree_end); in PredictBatch()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/predictor/
H A Dgpu_predictor.cu350 h_tree_segments.reserve((tree_end - tree_begin) + 1); in Init()
414 this->tree_end_ = tree_end; in Init()
693 size_t tree_end) const { in DevicePredictInternal()
694 if (tree_end - tree_begin == 0) { in DevicePredictInternal()
740 if (tree_end == 0) { in PredictBatch()
741 tree_end = model.trees.size(); in PredictBatch()
826 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictContribution()
884 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictInteractionContributions()
957 unsigned tree_end) const override { in PredictLeaf()
970 if (tree_end == 0 || tree_end > model.trees.size()) { in PredictLeaf()
[all …]
H A Dcpu_predictor.cc48 unsigned tree_end) { in PredValue() argument
51 for (size_t i = tree_begin; i < tree_end; ++i) { in PredValue()
209 PredictByAllTrees(model, tree_begin, tree_end, out_preds, in PredictBatchByBlockOfRowsKernel()
254 int32_t tree_end) const { in PredictDMatrix()
275 tree_end, &feat_vecs); in PredictDMatrix()
280 tree_end, &feat_vecs); in PredictDMatrix()
323 uint32_t tree_end = 0) const override { in PredictBatch() argument
327 if (tree_end == 0) { in PredictBatch()
328 tree_end = model.trees.size(); in PredictBatch()
331 tree_end); in PredictBatch()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dpredictor.h145 uint32_t tree_end = 0) const = 0;
162 uint32_t tree_end = 0) const = 0;
178 unsigned tree_end = 0) const = 0;
192 unsigned tree_end = 0) const = 0;
211 const gbm::GBTreeModel &model, unsigned tree_end = 0,
218 const gbm::GBTreeModel &model, unsigned tree_end = 0,
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dpredictor.h145 uint32_t tree_end = 0) const = 0;
162 uint32_t tree_end = 0) const = 0;
178 unsigned tree_end = 0) const = 0;
192 unsigned tree_end = 0) const = 0;
211 const gbm::GBTreeModel &model, unsigned tree_end = 0,
218 const gbm::GBTreeModel &model, unsigned tree_end = 0,
/dports/misc/py-xgboost/xgboost-1.5.1/plugin/updater_oneapi/
H A Dpredictor_oneapi.cc182 tree_segments = cl::sycl::malloc_shared<size_t>((tree_end - tree_begin) + 1, qu_); in Init()
185 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in Init()
191 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in Init()
202 tree_end_ = tree_end; in Init()
291 size_t tree_end) { in DevicePredictInternal() argument
292 if (tree_end - tree_begin == 0) { in DevicePredictInternal()
295 model_.Init(model, tree_begin, tree_end, qu_); in DevicePredictInternal()
316 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in DevicePredictInternal()
322 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in DevicePredictInternal()
401 uint32_t tree_begin, unsigned tree_end) const override { in InplacePredict()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/plugin/updater_oneapi/
H A Dpredictor_oneapi.cc182 tree_segments = cl::sycl::malloc_shared<size_t>((tree_end - tree_begin) + 1, qu_); in Init()
185 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in Init()
191 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in Init()
202 tree_end_ = tree_end; in Init()
291 size_t tree_end) { in DevicePredictInternal() argument
292 if (tree_end - tree_begin == 0) { in DevicePredictInternal()
295 model_.Init(model, tree_begin, tree_end, qu_); in DevicePredictInternal()
316 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in DevicePredictInternal()
322 for (int tree_idx = tree_begin; tree_idx < tree_end; tree_idx++) { in DevicePredictInternal()
401 uint32_t tree_begin, unsigned tree_end) const override { in InplacePredict()
[all …]
/dports/biology/seaview/seaview/
H A Dtreerecs_draw.cxx513 int tree_end = tree_begin; in create_temp_tree_file() local
514 while(tree[tree_end] != ';'){ in create_temp_tree_file()
515 tree_end++; in create_temp_tree_file()
517 tree_end++; in create_temp_tree_file()
519 char tmp_tree[tree_end - tree_begin + 1]; in create_temp_tree_file()
521 while(tree_begin + i < tree_end){ in create_temp_tree_file()
/dports/devel/global/global-6.6.7/htags/
H A Dcommon.h111 extern const char *tree_end;
H A Dfileindex.c768 strbuf_puts(files, tree_end); in makefileindex()
777 fputs_nl(tree_end, filesop); in makefileindex()
H A Dcommon.c126 const char *tree_end = "</ul>"; variable
H A Dhtags.c919 strbuf_puts_nl(sb, tree_end); in makecommonpart()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DfindDialog.cpp240 for (; treeSeeker!=m_project->db()->tree_end(); ++treeSeeker) in findNext()
267 if (treeSeeker==m_project->db()->tree_end()) in findNext()
H A DDynamicGroupDialog.cpp286 tree_iter != root->tree_end(); ++tree_iter) { in loadFWObject()
H A DFindObjectWidget.cpp381 for (; treeSeeker != project_panel->db()->tree_end(); ++treeSeeker) in _findAll()
/dports/net-mgmt/mbrowse/mbrowse-0.4.3/src/
H A Dconfiguration.c382 GtkTreeIter tree_end; in create_config_tab() local
581 gtk_tree_store_append(tree_store, &tree_end, &tree_child); in create_config_tab()
582 gtk_tree_store_set(tree_store, &tree_end, 0, end_pixbuf, 1, "Leaf", -1); in create_config_tab()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DDynamicGroup.cpp157 tree_iter != root->tree_end(); ++tree_iter) { in loadFromSource()
H A DFWObject.h206 tree_iterator tree_end();
H A DFWObject.cpp1577 FWObject::tree_iterator FWObject::tree_end() in tree_end() function in FWObject
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.cc787 SEL_TREE** tree_end= imerge->trees_next; in or_sel_imerge_with_checks() local
788 for ( ; tree < tree_end; tree++) in or_sel_imerge_with_checks()

12