Home
last modified time | relevance | path

Searched refs:loss (Results 1 – 25 of 139) sorted by relevance

123456

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
Dmulticlass_pa.cpp116 float loss = 1.0 - target_class_score + other_class_score; in TrainOneExample() local
117 if (loss > 0.0) { in TrainOneExample()
123 float rate = loss / twice_norm_square; in TrainOneExample()
135 return loss; in TrainOneExample()
149 float loss = 1.0 - target_class_score + other_class_score; in SparseTrainOneExample() local
150 if (loss > 0.0) { in SparseTrainOneExample()
156 float rate = loss / twice_norm_square; in SparseTrainOneExample()
168 return loss; in SparseTrainOneExample()
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd39 Likewise, it should know how to listen for a loss of audio focus and respond appropriately when that
117 app requests it. How your app responds to a loss of audio focus depends on the manner of that
118 loss.</p>
123 the possible focus loss events mirror the focus request types from the previous
124 section&mdash;permanent loss, transient loss, and transient with ducking permitted.</p>
126 <p>Generally speaking, a transient (temporary) loss of audio focus should result in your app
131 <p>If the audio focus loss is permanent, it’s assumed that another application is now being used to
138 loss is transient and resume it when we have regained the focus. If the loss is permanent, it
157 <p>In the case of a transient loss of audio focus where ducking is permitted, rather than pausing
181 <p>A loss of audio focus is the most important broadcast to react to, but not the only one. The
Dindex.jd55 audio playback. Learn how to request the audio focus, listen for a loss of audio focus, and how to
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dstochastic_linear_ranker.cpp37 const double loss = std::max(0.0, (1 - positive_score + negative_score)); in UpdateSubGradient() local
45 std::min(lambda_, loss / (gradient_norm * gradient_norm)); in UpdateSubGradient()
48 loss / (gradient_norm * gradient_norm + 1 / (2 * lambda_)); in UpdateSubGradient()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWatchdogStateMachine.java811 double loss = ((double) dbad) / ((double) dtotal); in processMessage() local
813 mCurrentLoss.update(loss, dtotal); in processMessage()
822 mCurrentBssid.updateLoss(mrssi, loss, dtotal); in processMessage()
/frameworks/base/docs/html/training/articles/
Dwear-location-detection.jd40 power-efficient method. Your app should be able to handle loss of location data, in case the wear
250 onboard GPS sensor, loss of location data occurs when the device loses its tethered data connection.
254 device does not have a GPS sensor, you should detect the loss of that connection, warn the user, and
257 <p>To detect the loss of a tethered data connection:</p>
/frameworks/base/docs/html/tv/adt-1/
Dsafety.jd38 lightheadedness, altered vision, disorientation, loss of awareness, involuntary movements, loss of
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dindex.jd46 that prevent them from fully seeing or using a touchscreen, and users with hearing loss who may not
/frameworks/base/docs/html/design/patterns/
Daccessibility.jd3 …ly accessible to people with visual impairment, color deficiency, hearing loss, and limited dexter…
21 …le with disabilities such as visual impairment, color deficiency, hearing loss, and limited dexter…
Dnew.jd169 deficiency, hearing loss, and limited dexterity.</p>
/frameworks/base/docs/html/sdk/
Dterms.jd58 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
60 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
74 …e person from which they originated and that Google is not liable for any loss or damage that you …
Dwin-usb.jd66 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
68 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
82 …e person from which they originated and that Google is not liable for any loss or damage that you …
Dindex.jd156 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
158 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
172 …e person from which they originated and that Google is not liable for any loss or damage that you …
/frameworks/base/docs/html/preview/
Dlicense.jd60 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
62 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
78 …e person from which they originated and that Google is not liable for any loss or damage that you …
Ddownload.jd64 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
66 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
82 …e person from which they originated and that Google is not liable for any loss or damage that you …
Ddownload_mp2.jd64 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
66 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
82 …e person from which they originated and that Google is not liable for any loss or damage that you …
Ddownload_mp1.jd64 …ions for Android, and for the consequences of your actions (including any loss or damage which Goo…
66 …any applicable law or regulation, and for the consequences (including any loss or damage which Goo…
82 …e person from which they originated and that Google is not liable for any loss or damage that you …
/frameworks/base/docs/html/ndk/downloads/
Dindex.jd145 (including any loss or damage which Google may suffer) by doing so.
150 consequences (including any loss or damage which Google or any third party may suffer) of any such
177 which they originated and that Google is not liable for any loss or damage that you may experience
/frameworks/av/media/libeffects/lvm/wrapper/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/av/media/libeffects/preprocessing/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/av/drm/common/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/av/drm/drmserver/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/base/libs/storage/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/base/tools/aidl/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DNOTICE173 Work (including but not limited to damages for loss of goodwill,

123456