Searched defs:scores (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ | 
| D | AdsScoreGeneratorImplTest.java | 306         List<Double> scores = ImmutableList.of(1.0, 2.0);  in testRunAdScoringSuccess()  local 403         List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0);  in testRunAdScoringContextual_Success()  local 515         List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0);  in testRunAdScoringContextual_UseOverride_Success()  local 677         List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0);  in testRunAdScoringContextualScoresMismatch_Failure()  local 826         List<Double> scores = ImmutableList.of(1.0, 2.0);  in testRunAdScoringUseDevOverrideForJS()  local 1030         List<Double> scores = Arrays.asList(1.0, 2.0);  in testRunAdScoringTimesOut()  local 1292             List<Double> scores, @NonNull Flags flags) {  in getScoresWithDelay()
  | 
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ | 
| D | bbox_graph.mod.py | 20 scores = Input("scores", "TENSOR_FLOAT32", "{1, 1, 1, 1}")  variable
  | 
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ | 
| D | bbox_graph_quant8_signed.mod.py | 20 scores = Input("scores", "TENSOR_FLOAT32", "{1, 1, 1, 1}")  variable
  | 
| /packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ | 
| D | RecentChannelEvaluatorTest.java | 146         Map<Long, Double> scores = new HashMap<>();  in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime()  local
  | 
| /packages/modules/ExtServices/java/src/android/ext/services/autofill/ | 
| D | AutofillFieldClassificationServiceImpl.java | 63         final float[][] scores = new float[actualValuesSize][userDataValuesSize];  in calculateScores()  local
  | 
| /packages/apps/Launcher3/src/com/android/launcher3/folder/ | 
| D | FolderNameProvider.java | 168         Float[] scores = nameInfos.getScores();  in setAsFirstSuggestion()  local
  | 
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | GenerateProposals.cpp | 519                                 const std::vector<float>& scores,  in boxWithNmsLimitWriteOutput()
  |