Home
last modified time | relevance | path

Searched refs:kNumerical (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/config/
H A Dgpu_control_list_version_unittest.cc14 constexpr auto kNumerical = GpuControlList::kVersionStyleNumerical; variable
41 Version info = {kAny, kNumerical, kCommon, nullptr, nullptr}; in TEST_F()
48 Version info = {kGT, kNumerical, kCommon, "8.9", nullptr}; in TEST_F()
57 Version info = {kGE, kNumerical, kCommon, "8.9", nullptr}; in TEST_F()
67 Version info = {kEQ, kNumerical, kCommon, "8.9", nullptr}; in TEST_F()
77 Version info = {kLT, kNumerical, kCommon, "8.9", nullptr}; in TEST_F()
89 Version info = {kLE, kNumerical, kCommon, "8.9", nullptr}; in TEST_F()
100 Version info = {kBetween, kNumerical, kCommon, "8.9", "9.1"}; in TEST_F()
118 Version info = {kEQ, kNumerical, kCommon, "1976.3.21", nullptr}; in TEST_F()
125 Version info = {kGT, kNumerical, kCommon, "1976.3.21", nullptr}; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/config/
H A Dgpu_control_list_version_unittest.cc14 constexpr auto kNumerical = GpuControlList::kVersionStyleNumerical; variable
37 Version info = {kAny, kNumerical, nullptr, nullptr}; in TEST_F()
44 Version info = {kGT, kNumerical, "8.9", nullptr}; in TEST_F()
53 Version info = {kGE, kNumerical, "8.9", nullptr}; in TEST_F()
63 Version info = {kEQ, kNumerical, "8.9", nullptr}; in TEST_F()
73 Version info = {kLT, kNumerical, "8.9", nullptr}; in TEST_F()
85 Version info = {kLE, kNumerical, "8.9", nullptr}; in TEST_F()
96 Version info = {kBetween, kNumerical, "8.9", "9.1"}; in TEST_F()
114 Version info = {kEQ, kNumerical, "1976.3.21", nullptr}; in TEST_F()
121 Version info = {kGT, kNumerical, "1976.3.21", nullptr}; in TEST_F()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dtree_model.h321 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in RegTree()
662 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in AllocNode()
H A Ddata.h38 kNumerical, enumerator
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dtree_model.h321 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in RegTree()
662 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in AllocNode()
H A Ddata.h38 kNumerical, enumerator
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/tree/
H A Dtest_tree_model.cc119 ASSERT_EQ(tree.GetSplitTypes()[1], FeatureType::kNumerical); in TEST()
120 ASSERT_EQ(tree.GetSplitTypes()[2], FeatureType::kNumerical); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/tree/
H A Dtest_tree_model.cc119 ASSERT_EQ(tree.GetSplitTypes()[1], FeatureType::kNumerical); in TEST()
120 ASSERT_EQ(tree.GetSplitTypes()[2], FeatureType::kNumerical); in TEST()
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Ddata.cc196 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
198 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
200 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
202 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Ddata.cc196 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
198 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
200 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
202 types->emplace_back(FeatureType::kNumerical); in LoadFeatureType()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc134 return f == xgboost::FeatureType::kNumerical; in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/data/
H A Dtest_metainfo.cc134 return f == xgboost::FeatureType::kNumerical; in TEST()
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/
H A Dtree_model.cc807 this->split_types_.at(nid) = FeatureType::kNumerical; in ExpandNode()
862 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in Load()
1049 std::fill(split_types_.begin(), split_types_.end(), FeatureType::kNumerical); in LoadModel()
/dports/misc/xgboost/xgboost-1.5.1/src/tree/
H A Dtree_model.cc807 this->split_types_.at(nid) = FeatureType::kNumerical; in ExpandNode()
862 split_types_.resize(param.num_nodes, FeatureType::kNumerical); in Load()
1049 std::fill(split_types_.begin(), split_types_.end(), FeatureType::kNumerical); in LoadModel()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu159 m->Info().feature_types.HostVector().push_back(FeatureType::kNumerical); in TestMixedSketch()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_hist_util.cu159 m->Info().feature_types.HostVector().push_back(FeatureType::kNumerical); in TestMixedSketch()