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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Core/
Lookup.h 35 /// will be used to minimize namespace qualifications.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon_out.h 22 in many different programs. That is, minimize the number of #include's.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon_out.h 22 in many different programs. That is, minimize the number of #include's.
  /prebuilts/go/darwin-x86/src/net/
sendfile_bsd.go 16 // system call to minimize copies.
  /prebuilts/go/linux-x86/src/net/
sendfile_bsd.go 16 // system call to minimize copies.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 18 // If customers complain, I'll endeavor to minimize customer complaints
  /system/chre/core/include/chre/core/
init.h 51 * this function as not handled by common CHRE code. The goal is to minimize
  /system/connectivity/wifilogd/
protocol.h 66 // the context of a single tag. (This is to minimize synchronization
  /system/extras/memtrack/
memtrack.h 111 // Minimize a need for a lot of allocations by keeping our maps and
  /system/update_engine/payload_generator/
cycle_breaker.h 29 // something more intelligent, since the goal is (ideally) to minimize the
  /external/tensorflow/tensorflow/python/training/
optimizer.py 228 # Add Ops to the graph to minimize a cost by updating a list of variables.
231 opt_op = opt.minimize(cost, var_list=<list of variables>)
243 Calling `minimize()` takes care of both computing the gradients and
270 Both `minimize()` and `compute_gradients()` accept a `gate_gradients`
343 def minimize(self, loss, global_step=None, var_list=None, member in class:Optimizer
347 """Add operations to minimize `loss` by updating `var_list`.
355 loss: A `Tensor` containing the value to minimize.
359 minimize `loss`. Defaults to the list of variables collected in
411 This is the first part of `minimize()`. It returns a list
418 loss: A Tensor containing the value to minimize or a callable takin
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
UnivariateRealOptimizer.java 60 * or {@link GoalType#MINIMIZE}.
81 * or {@link GoalType#MINIMIZE}.

Completed in 584 milliseconds

1 2 3 4 5 67 8 91011>>