Home
last modified time | relevance | path

Searched refs:PredictionModel (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/optimization_guide/
H A Dprediction_model_unittest.cc15 std::unique_ptr<proto::PredictionModel> prediction_model = in TEST()
16 std::make_unique<proto::PredictionModel>(); in TEST()
62 std::unique_ptr<PredictionModel> model = in TEST()
63 PredictionModel::Create(std::move(prediction_model)); in TEST()
76 std::unique_ptr<PredictionModel> model = in TEST()
77 PredictionModel::Create(std::move(prediction_model)); in TEST()
89 std::unique_ptr<PredictionModel> model = in TEST()
106 std::unique_ptr<PredictionModel> model = in TEST()
125 std::unique_ptr<PredictionModel> model = in TEST()
146 std::unique_ptr<PredictionModel> model = in TEST()
[all …]
H A Ddecision_tree_prediction_model_unittest.cc85 std::unique_ptr<PredictionModel> model = in TEST()
118 std::unique_ptr<PredictionModel> model = in TEST()
151 std::unique_ptr<PredictionModel> model = in TEST()
184 std::unique_ptr<PredictionModel> model = in TEST()
217 std::unique_ptr<PredictionModel> model = in TEST()
237 std::unique_ptr<PredictionModel> model = in TEST()
257 std::unique_ptr<PredictionModel> model = in TEST()
277 std::unique_ptr<PredictionModel> model = in TEST()
301 std::unique_ptr<PredictionModel> model = in TEST()
326 std::unique_ptr<PredictionModel> model = in TEST()
[all …]
H A Dprediction_model.cc14 std::unique_ptr<PredictionModel> PredictionModel::Create( in Create()
15 std::unique_ptr<optimization_guide::proto::PredictionModel> in Create()
53 std::unique_ptr<PredictionModel> model; in Create()
70 PredictionModel::PredictionModel( in PredictionModel() function in optimization_guide::PredictionModel
71 std::unique_ptr<optimization_guide::proto::PredictionModel> in PredictionModel()
92 int64_t PredictionModel::GetVersion() const { in GetVersion()
97 base::flat_set<std::string> PredictionModel::GetModelFeatures() const { in GetModelFeatures()
102 PredictionModel::~PredictionModel() = default;
H A Dprediction_model.h23 class PredictionModel {
25 virtual ~PredictionModel();
30 static std::unique_ptr<PredictionModel> Create(
31 std::unique_ptr<optimization_guide::proto::PredictionModel>
49 PredictionModel(std::unique_ptr<optimization_guide::proto::PredictionModel>
71 DISALLOW_COPY_AND_ASSIGN(PredictionModel);
H A Doptimization_guide_test_util.cc7 std::unique_ptr<optimization_guide::proto::PredictionModel>
10 std::make_unique<optimization_guide::proto::PredictionModel>(); in GetMinimalDecisionTreePredictionModel()
25 std::unique_ptr<optimization_guide::proto::PredictionModel>
H A Doptimization_guide_test_util.h14 std::unique_ptr<optimization_guide::proto::PredictionModel>
19 std::unique_ptr<optimization_guide::proto::PredictionModel>
H A Ddecision_tree_prediction_model.h22 class DecisionTreePredictionModel : public PredictionModel {
25 std::unique_ptr<optimization_guide::proto::PredictionModel>
H A Dstore_update_data.h21 class PredictionModel; variable
73 const proto::PredictionModel& prediction_model);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/machine_learning/public/cpp/decision_tree/
H A Ddecision_tree_prediction_model_unittest.cc95 std::unique_ptr<PredictionModel> model = in TEST()
129 std::unique_ptr<PredictionModel> model = in TEST()
163 std::unique_ptr<PredictionModel> model = in TEST()
197 std::unique_ptr<PredictionModel> model = in TEST()
231 std::unique_ptr<PredictionModel> model = in TEST()
252 std::unique_ptr<PredictionModel> model = in TEST()
273 std::unique_ptr<PredictionModel> model = in TEST()
294 std::unique_ptr<PredictionModel> model = in TEST()
319 std::unique_ptr<PredictionModel> model = in TEST()
345 std::unique_ptr<PredictionModel> model = in TEST()
[all …]
H A Dprediction_model_unittest.cc17 std::make_unique<optimization_guide::proto::PredictionModel>(); in TEST()
65 std::unique_ptr<PredictionModel> model = in TEST()
66 PredictionModel::Create(std::move(prediction_model)); in TEST()
77 std::make_unique<optimization_guide::proto::PredictionModel>(); in TEST()
79 EXPECT_FALSE(PredictionModel::Create(std::move(prediction_model))); in TEST()
84 std::make_unique<optimization_guide::proto::PredictionModel>(); in TEST()
90 EXPECT_FALSE(PredictionModel::Create(std::move(prediction_model))); in TEST()
95 std::make_unique<optimization_guide::proto::PredictionModel>(); in TEST()
105 EXPECT_FALSE(PredictionModel::Create(std::move(prediction_model))); in TEST()
110 std::make_unique<optimization_guide::proto::PredictionModel>(); in TEST()
[all …]
H A Dprediction_model.h24 class PredictionModel {
26 virtual ~PredictionModel();
28 PredictionModel(const PredictionModel&) = delete;
29 PredictionModel& operator=(const PredictionModel&) = delete;
34 static std::unique_ptr<PredictionModel> Create(
35 std::unique_ptr<optimization_guide::proto::PredictionModel>
53 explicit PredictionModel(
54 std::unique_ptr<optimization_guide::proto::PredictionModel>
H A Dprediction_model.cc15 std::unique_ptr<PredictionModel> PredictionModel::Create( in Create()
16 std::unique_ptr<optimization_guide::proto::PredictionModel> in Create()
54 std::unique_ptr<PredictionModel> model; in Create()
71 PredictionModel::PredictionModel( in PredictionModel() function in machine_learning::decision_tree::PredictionModel
72 std::unique_ptr<optimization_guide::proto::PredictionModel> in PredictionModel()
93 int64_t PredictionModel::GetVersion() const { in GetVersion()
98 base::flat_set<std::string> PredictionModel::GetModelFeatures() const { in GetModelFeatures()
103 PredictionModel::~PredictionModel() = default;
H A Ddecision_tree_prediction_model.h24 class DecisionTreePredictionModel : public PredictionModel {
27 std::unique_ptr<optimization_guide::proto::PredictionModel>
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/optimization_guide/prediction/
H A Dprediction_manager.h52 class PredictionModel; variable
68 base::OnceCallback<void(std::unique_ptr<proto::PredictionModel>, bool)>;
181 PredictionModel* GetPredictionModelForTesting(
202 virtual std::unique_ptr<PredictionModel> CreatePredictionModel(
203 const proto::PredictionModel& model) const;
216 const google::protobuf::RepeatedPtrField<proto::PredictionModel>&
302 std::unique_ptr<proto::PredictionModel> prediction_model);
307 bool ProcessAndStorePredictionModel(const proto::PredictionModel& model);
313 std::unique_ptr<proto::PredictionModel> model,
319 std::unique_ptr<proto::PredictionModel> model,
[all …]
H A Dprediction_manager.cc485 PredictionModel* prediction_model = it->second.get(); in ShouldTargetNavigation()
815 const proto::PredictionModel& model) const { in CreatePredictionModel()
817 return PredictionModel::Create( in CreatePredictionModel()
818 std::make_unique<proto::PredictionModel>(model)); in CreatePredictionModel()
962 std::unique_ptr<proto::PredictionModel> model) { in OnLoadPredictionModel()
980 std::unique_ptr<proto::PredictionModel> model, in OnProcessOrSendPredictionModel()
1002 const proto::PredictionModel& model) { in ProcessAndStorePredictionModel()
1015 std::unique_ptr<PredictionModel> prediction_model = in ProcessAndStorePredictionModel()
1037 std::unique_ptr<proto::PredictionModel> model, in SendPredictionModelToMLService()
1072 std::unique_ptr<proto::PredictionModel> model, in OnPredictionModelSentToMLService()
[all …]
H A Dprediction_manager_browsertest.cc79 std::unique_ptr<optimization_guide::proto::PredictionModel>
81 std::unique_ptr<optimization_guide::proto::PredictionModel> prediction_model = in GetValidDecisionTreePredictionModel()
118 std::unique_ptr<optimization_guide::proto::PredictionModel>
120 std::unique_ptr<optimization_guide::proto::PredictionModel> prediction_model = in GetValidEnsemblePredictionModel()
121 std::make_unique<optimization_guide::proto::PredictionModel>(); in GetValidEnsemblePredictionModel()
133 std::unique_ptr<optimization_guide::proto::PredictionModel>
135 std::unique_ptr<optimization_guide::proto::PredictionModel> prediction_model = in CreatePredictionModel()
171 std::unique_ptr<optimization_guide::proto::PredictionModel> prediction_model = in BuildGetModelsResponse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/machine_learning/public/cpp/
H A Ddecision_tree_model.h17 class PredictionModel; variable
26 class PredictionModel; variable
38 std::unique_ptr<optimization_guide::proto::PredictionModel> model_proto);
63 std::unique_ptr<decision_tree::PredictionModel> prediction_model_;
H A Ddecision_tree_model.cc18 std::unique_ptr<optimization_guide::proto::PredictionModel> model_proto) in DecisionTreeModel()
19 : prediction_model_(model_proto ? decision_tree::PredictionModel::Create( in DecisionTreeModel()
31 std::make_unique<optimization_guide::proto::PredictionModel>(); in FromModelSpec()
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/regression/
H A DRegressor.scala21 import org.apache.spark.ml.{PredictionModel, Predictor, PredictorParams}
50 extends PredictionModel[FeaturesType, M] with PredictorParams {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/machine_learning/public/cpp/test_support/
H A Dmachine_learning_test_utils.cc10 std::unique_ptr<optimization_guide::proto::PredictionModel>
12 std::unique_ptr<optimization_guide::proto::PredictionModel> model; in GetModelProtoForPredictionResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/optimization_guide/proto/
H A Dhint_cache.proto55 // is set on OnePlatform Hint entries, as well as PredictionModel and
58 // The actual PredictionModel data.
59 optional PredictionModel prediction_model = 6;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/optimization_guide/proto/
H A Dhint_cache.proto55 // is set on OnePlatform Hint entries, as well as PredictionModel and
58 // The actual PredictionModel data.
59 optional PredictionModel prediction_model = 6;
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/
H A DPredictor.scala75 M <: PredictionModel[FeaturesType, M]]
146 abstract class PredictionModel[FeaturesType, M <: PredictionModel[FeaturesType, M]] class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/optimization_guide/
H A Dstore_update_data.h21 class PredictionModel; variable
73 const proto::PredictionModel& prediction_model);
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/classification/
H A DClassifier.scala22 import org.apache.spark.ml.{PredictionModel, Predictor, PredictorParams}
142 extends PredictionModel[FeaturesType, M] with ClassifierParams {

123