HomeSort by relevance Sort by last modified time
    Searched full:minimize (Results 376 - 400 of 1660) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer_test.py 81 _ = adam.AdamOptimizer(1e-4).minimize(cross_entropy)
  /external/tensorflow/tensorflow/python/profiler/internal/
model_analyzer_testlib.py 72 return sgd_op.minimize(loss)
  /external/tensorflow/tensorflow/python/training/
adadelta_test.py 155 1.0, 1.0, 1.0).minimize(loss)
  /external/wayland/
TODO 21 - move to workspace, keep on top, on all workspaces, minimize etc
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.h 92 // Calculates postfilter masks that minimize the mean squared error of our
  /external/webrtc/webrtc/modules/desktop_capture/
differ.cc 44 // blocks to minimize the number of rects that we return.
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.cc 81 // minimize code duplication. Either psnr_result or ssim_result may be NULL,
  /frameworks/base/core/java/android/os/
GraphicsEnvironment.java 141 // To minimize risk of driver updates crippling the device beyond user repair, never use an
  /frameworks/base/core/java/android/service/autofill/
FieldClassification.java 58 * the Android System might return just the top match to minimize the impact of field
  /frameworks/rs/
rsFont.h 106 // Minimize how much we call freetype
  /frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
EglWindowSurface.java 78 // to minimize artifacts from possible YUV conversion.
  /hardware/libhardware/modules/camera/3_0/
Metadata.cpp 152 // Double new dimensions to minimize future reallocations
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 163 ((TextImpl) node).minimize(); method
TextImpl.java 156 public final TextImpl minimize() { method in class:TextImpl
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 21 // Using int constants as a return value instead of an enum to minimize resources.
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
faq.md 105 8. How to clear-and-minimize a document or value?
112 d.SetObject(); // clear and minimize
115 Alternatively, use equivalent of the [C++ swap with temporary idiom](https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Clear-and-minimize):
267 In the DOM API, each `Value` consumes exactly 16/24 bytes for 32/64-bit architecture respectively. RapidJSON also uses a special memory allocator to minimize overhead of allocations.
features.md 84 * Minimize memory overheads for DOM.
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 108 // Optimization note: try to minimize the size of this function for force inline.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 101 # localize variable access to minimize overhead
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 101 # localize variable access to minimize overhead
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 101 # localize variable access to minimize overhead
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 101 # localize variable access to minimize overhead
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 145 * UI implementation to minimize refreshes.
UiSeparatorAttributeNode.java 119 * UI implementation to minimize refreshes.
  /system/core/libbacktrace/
backtrace_benchmarks.cpp 44 // Minimize the calls that might allocate memory. If too much memory

Completed in 2036 milliseconds

<<11121314151617181920>>