Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/resolver/
H A DLRResolverRankerService.java181 float currentWeight = mFeatureWeights.getOrDefault(featureName, 0.0f); in update() local
183 currentWeight = currentWeight - LEARNING_RATE * REGULARIZER_PARAM * currentWeight + in update()
185 mFeatureWeights.put(featureName, currentWeight); in update()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java725 float currentWeight = 1.0f; in sortFavoritePrinters() local
738 record.weight += currentWeight; in sortFavoritePrinters()
739 currentWeight *= WEIGHT_DECAY_COEFFICIENT; in sortFavoritePrinters()