Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/contextualsearch/
H A Dcontextual_search_ranker_logger_impl.cc119 AssistRankerPrediction prediction_enum; in RunInference() local
122 prediction_enum = ASSIST_RANKER_PREDICTION_SHOW; in RunInference()
124 prediction_enum = ASSIST_RANKER_PREDICTION_SUPPRESS; in RunInference()
127 prediction_enum = ASSIST_RANKER_PREDICTION_UNAVAILABLE; in RunInference()
130 DVLOG(0) << "prediction: " << prediction_enum; in RunInference()
131 return prediction_enum; in RunInference()