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.java306 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/
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/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/apps/Launcher3/src/com/android/launcher3/folder/
DFolderNameProvider.java168 Float[] scores = nameInfos.getScores(); in setAsFirstSuggestion() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp519 const std::vector<float>& scores, in boxWithNmsLimitWriteOutput()