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

12 3 4 5 6 7 8 91011>>

  /external/libpng/
TODO 9 this, minimize the use of png_error(), replacing them with
  /external/llvm/utils/unittest/googletest/
README.LLVM 5 the actual source code, to minimize the addition to the LLVM distribution.
  /external/python/cpython3/Include/
pydtrace.h 18 check to minimize performance impact when probing is off. For example:
  /external/skia/include/effects/
SkRRectsGaussianEdgeMaskFilter.h 23 * In order to minimize fill the coverage geometry that should be drawn should be no larger
  /external/skqp/include/effects/
SkRRectsGaussianEdgeMaskFilter.h 23 * In order to minimize fill the coverage geometry that should be drawn should be no larger
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
README.LLVM 5 the actual source code, to minimize the addition to the LLVM distribution.
  /external/tensorflow/tensorflow/contrib/tpu/
README.md 24 train_op = optimizer.minimize(loss, global_step=tf.train.get_global_step())
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-optimizer.pbtxt 44 name: "minimize"
  /frameworks/av/media/libaudioclient/include/media/
TrackPlayerBase.h 39 //FIXME move to protected field, so far made public to minimize changes to AudioTrack logic
  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 40 // Minimize how much we call freetype
  /prebuilts/go/darwin-x86/src/net/
sendfile_linux.go 14 // system call to minimize copies.
sendfile_windows.go 15 // system call to minimize copies.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
badtraceback.go 21 // Run badLR1 on its own stack to minimize the stack size and
  /prebuilts/go/linux-x86/src/net/
sendfile_linux.go 14 // system call to minimize copies.
sendfile_windows.go 15 // system call to minimize copies.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
badtraceback.go 21 // Run badLR1 on its own stack to minimize the stack size and
  /prebuilts/tools/common/m2/repository/org/thoughtcrime/ssl/pinning/AndroidPinning/1.0.0/
AndroidPinning-1.0.0.pom 10 <description>An Android library that facilitates certificate pinning for SSL connections in Android apps, in order to minimize dependence on Certificate Authorities.</description>
  /system/netd/libbpf/include/bpf/
bpf_shared.h 33 // These are also defined in NetdConstants.h, but we want to minimize the number of headers
  /external/tensorflow/tensorflow/contrib/opt/python/training/
external_optimizer.py 43 @@minimize
57 var_list: Optional `list` of `Variable` objects to update to minimize
142 def minimize(self, member in class:ExternalOptimizerInterface
149 """Minimize a scalar `Tensor`.
155 `Optimizer.minimize()`; instead it actually performs minimization by
300 """Wrapper allowing `scipy.optimize.minimize` to operate a `tf.Session`.
313 optimizer.minimize(session)
330 optimizer.minimize(session)
353 optimizer.minimize(session)
402 result = scipy.optimize.minimize(*minimize_args, **minimize_kwargs
    [all...]
  /external/tensorflow/tensorflow/python/training/
optimizer_test.py 48 # Note that for eager execution, minimize expects a function instead of a
59 opt_op = sgd_op.minimize(loss, global_step, [var0, var1])
74 opt_op = sgd_op.minimize(
100 opt_op = sgd_op.minimize(
128 sgd_op.minimize(loss)
146 sgd_op.minimize(loss, var_list=[var1])
162 sgd_op.minimize(loss, var_list=[var0, var1])
241 opt_op = sgd_op.minimize(cost, global_step, [var0, var1])
256 opt_op = sgd_op.minimize(cost, global_step, [var0, var1])
  /external/libhevc/common/
ihevc_itrans_recon_8x8.c 147 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
186 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
221 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
285 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
333 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
368 /* Utilizing symmetry properties to the maximum to minimize the number of multiplications */
  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/kernel_tests/
sdca_ops_test.py 220 train_op = lr.minimize()
271 train_op = lr.minimize()
273 def Minimize():
280 threads.append(threading.Thread(target=Minimize))
332 train_op = lr.minimize()
388 train_op = lr.minimize()
427 lr.minimize().run()
465 train_op = lr.minimize()
506 train_op = lr.minimize()
546 train_op = lr.minimize()
    [all...]
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 47 * [SR] Minimize the cold output jitter
70 * [SR] Minimize the cold input jitte
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DifferentiableMultivariateRealOptimizer.java 28 * maximize or minimize} an objective function.
99 * or {@link GoalType#MINIMIZE}
MultivariateRealOptimizer.java 27 * maximize or minimize} an objective function.</p>
88 * or {@link GoalType#MINIMIZE}

Completed in 238 milliseconds

12 3 4 5 6 7 8 91011>>