Searched
full:minimize (Results
451 -
475 of
1660) sorted by null
<<11121314151617181920>>
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
moving_average_optimizer_test.py | 195 train_op = opt.minimize(loss)
|
/external/tensorflow/tensorflow/examples/learn/ |
text_classification.py | 51 train_op = optimizer.minimize(loss, global_step=tf.train.get_global_step())
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
mnist_deep.py | 145 train_step = tf.train.AdamOptimizer(1e-4).minimize(cross_entropy)
|
/external/tensorflow/tensorflow/examples/udacity/ |
3_regularization.ipynb | 294 " optimizer = tf.train.GradientDescentOptimizer(learning_rate).minimize(loss, global_step=global_step)\n",
|
/external/tensorflow/tensorflow/python/debug/examples/ |
debug_mnist.py | 112 train_step = tf.train.AdamOptimizer(FLAGS.learning_rate).minimize(
|
/external/tensorflow/tensorflow/python/debug/lib/ |
debug_graph_reconstruction_test.py | 173 learning_rate=0.1).minimize(toy_loss, name="train_op")
|
/external/tensorflow/tensorflow/python/training/ |
adagrad_da_test.py | 92 1.0, global_step).minimize(loss)
|
proximal_adagrad_test.py | 106 sgd_op = proximal_adagrad.ProximalAdagradOptimizer(1.0).minimize(loss)
|
proximal_gradient_descent_test.py | 103 1.0).minimize(loss)
|
training_util.py | 35 # Picked a long key value to minimize the chance of collision with user defined
|
/external/wayland-protocols/freedesktop.org/ |
README | 58 the protocol interface names in order to minimize risk that the generated
|
/frameworks/base/packages/SystemUI/ |
README.md | 34 goal is to minimize communication between them. So in general they should be
|
/frameworks/base/packages/SystemUI/res/layout/ |
notification_info.xml | 149 android:id="@+id/minimize"
|
/frameworks/base/services/core/java/com/android/server/policy/ |
BurnInProtectionHelper.java | 157 // the same time as we wake up to update ambient mode to minimize power consumption.
|
/frameworks/layoutlib/rename_font/ |
build_font.py | 206 keep the style info, to minimize the diff. """
|
build_font_single.py | 190 keep the style info, to minimize the diff. """
|
/libcore/dalvik/src/main/java/dalvik/system/ |
CloseGuard.java | 231 // We keep them in a single field only to minimize overhead.
|
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 182 * or a {@code byte[]}. This class attempts to minimize the number of allocations
|
/libcore/ojluni/src/main/java/java/util/ |
AbstractSet.java | 30 * interface to minimize the effort required to implement this
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TrimTimeBar.java | 68 // Increase the size of this trimTimeBar, but minimize the scrubber
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
HtmlConversationTemplates.java | 74 * something inert and not left unset to minimize interactions with existing JS.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
ExecutionDepsFix.h | 19 /// This pass changes the variant instructions to minimize domain crossings.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/ |
LowerTypeTests.h | 91 /// By starting with the smallest fragments, we minimize the size of the
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
ExecutionDepsFix.h | 19 /// This pass changes the variant instructions to minimize domain crossings.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/ |
LowerTypeTests.h | 91 /// By starting with the smallest fragments, we minimize the size of the
|
Completed in 1072 milliseconds
<<11121314151617181920>>