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

1 2 3 4 5 6 7 891011>>

  /external/autotest/utils/
tko_publish.py 64 # get specific jobs so minimize the queries caching the result
  /external/e2fsprogs/tests/m_minrootdir/
script 3 test_description="create fs image from dir, then minimize it"
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 17 * the core classes only and tries to minimize the number of security-sensitive
  /external/freetype/src/lzw/
ftzopen.h 142 FT_Byte stack_0[FT_LZW_DEFAULT_STACK_SIZE]; /* minimize heap alloc */
  /external/libjpeg-turbo/
coderules.txt 56 2. Minimize global namespace pollution. Functions should be declared static
jutils.c 13 * Note we prefix all global names with "j" to minimize conflicts with
  /external/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 51 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /external/llvm/lib/Support/
Errno.cpp 62 // the buffer as fast as possible to minimize impact
  /external/sfntly/
README.md 9 The uses of sfntly are really anything that you can think of that involves reading and/or editing fonts. Right now, the Java version is the core library used to power Google's Web Fonts project. There it is used for all font manipulation - to read font data, to pull apart fonts, and to then reassemble them before they are streamed out to a user. Portions of the font that are not needed - specific glyph ranges or features - are stripped using sfntly to minimize the size of the streamed font. The C++ port is used somewhat similarly within Chrome to subset fonts for insertion into a PDF for viewing or printing. Though the features stripped in the font are different in Chrome than in Web Fonts because the end use is different.
  /external/skia/include/encode/
SkPngEncoder.h 41 * filters may help minimize the output file size.
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 25 // minimize y position first, then width of skyline
  /external/skia/tools/skpbench/
_hardware_pixel_c.py 55 # only issue one shell command in an attempt to minimize interference.
  /external/skqp/include/encode/
SkPngEncoder.h 41 * filters may help minimize the output file size.
  /external/skqp/src/gpu/
GrRectanizer_skyline.cpp 25 // minimize y position first, then width of skyline
  /external/skqp/tools/skpbench/
_hardware_pixel_c.py 55 # only issue one shell command in an attempt to minimize interference.
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAGDeltaAlgorithm.h 50 /// Run - Minimize the DAG formed by the \arg Changes vertices and the \arg
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAranges.h 71 void sort(bool minimize, uint32_t n);
  /external/swiftshader/third_party/LLVM/lib/Support/
Errno.cpp 58 // the buffer as fast as possible to minimize impact
  /external/swiftshader/third_party/LLVM/tools/
Makefile 20 # large and three small executables. This is done to minimize memory load
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Errno.cpp 62 // the buffer as fast as possible to minimize impact
  /external/tensorflow/tensorflow/contrib/eager/python/examples/mnist/
mnist_graph_test.py 55 train_op = optimizer.minimize(loss)
  /external/tensorflow/tensorflow/contrib/lite/g3doc/
custom_operators.md 20 train = optimizer.minimize(loss)
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 178 This is the first part of `minimize()`. It returns a list
185 loss: A Tensor containing the value to minimize.
186 var_list: Optional list or tuple of `tf.Variable` to update to minimize
225 This is the second part of `minimize()`. It returns an `Operation` that
  /external/tensorflow/tensorflow/core/ops/
checkpoint_ops.cc 56 // multiple disk reads, so we want to minimize the number of times it's
  /external/tensorflow/tensorflow/examples/learn/
iris_custom_decay_dnn.py 59 train_op = optimizer.minimize(loss, global_step=global_step)

Completed in 886 milliseconds

1 2 3 4 5 6 7 891011>>