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 | 321 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/ |
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/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/Launcher3/src/com/android/launcher3/folder/ |
D | FolderNameProvider.java | 169 Float[] scores = nameInfos.getScores(); in setAsFirstSuggestion() local
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | GenerateProposals.cpp | 520 const std::vector<float>& scores, in boxWithNmsLimitWriteOutput()
|