Home
last modified time | relevance | path

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/
DAdsScoreGeneratorImplTest.java321 List<Double> scores = ImmutableList.of(1.0, 2.0); in testRunAdScoringSuccess() local
430 List<Double> scores = ImmutableList.of(1.0, 2.0); in testRunAdScoringSuccessWithDataVersionHeaderEnabled() local
556 List<Double> scores = ImmutableList.of(1.0, 2.0); in testRunAdScoringSuccessWithDataVersionHeaderDisabled() local
677 List<Double> scores = ImmutableList.of(1.0, 2.0); in testRunAdScoringSuccess_withDebugReportingEnabled() local
821 List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0); in testRunAdScoringContextual_Success() local
947 List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0); in testRunAdScoringContextual_withDebugReportingEnabled_Success() local
1094 List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0); in testRunAdScoringContextual_UseOverride_Success() local
1258 List<Double> scores = ImmutableList.of(1.0, 2.0, 3.0, 4.0, 5.0, 6.0); in testRunAdScoringContextualScoresMismatch_Failure() local
1413 List<Double> scores = ImmutableList.of(1.0, 2.0); in testRunAdScoringUseDevOverrideForJS() local
1607 List<Double> scores = Arrays.asList(1.0, 2.0); in testRunAdScoringTimesOut() local
[all …]
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecentChannelEvaluatorTest.java146 Map<Long, Double> scores = new HashMap<>(); in testScoreDecreasesWithIncrementOfWatchedLogUpdatedTime() local
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImpl.java63 final float[][] scores = new float[actualValuesSize][userDataValuesSize]; in calculateScores() local
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dbbox_graph.mod.py20 scores = Input("scores", "TENSOR_FLOAT32", "{1, 1, 1, 1}") variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dbbox_graph_quant8_signed.mod.py20 scores = Input("scores", "TENSOR_FLOAT32", "{1, 1, 1, 1}") variable
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderNameProvider.java169 Float[] scores = nameInfos.getScores(); in setAsFirstSuggestion() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp520 const std::vector<float>& scores, in boxWithNmsLimitWriteOutput()