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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/learn/
iris_custom_model.py 56 train_op = optimizer.minimize(loss, global_step=tf.train.get_global_step())
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist_softmax.py 57 train_step = tf.train.GradientDescentOptimizer(0.5).minimize(cross_entropy)
  /external/tensorflow/tensorflow/python/estimator/canned/
baseline_test.py 499 mock_optimizer.minimize = test.mock.MagicMock(wraps=_minimize)
586 self.assertEqual(0, mock_optimizer.minimize.call_count)
592 self.assertEqual(1, mock_optimizer.minimize.call_count)
616 self.assertEqual(0, mock_optimizer.minimize.call_count)
622 self.assertEqual(1, mock_optimizer.minimize.call_count)
648 self.assertEqual(0, mock_optimizer.minimize.call_count)
655 self.assertEqual(1, mock_optimizer.minimize.call_count)
699 mock_optimizer.minimize = test.mock.MagicMock(wraps=_minimize)
864 self.assertEqual(0, mock_optimizer.minimize.call_count)
870 self.assertEqual(1, mock_optimizer.minimize.call_count
    [all...]
dnn_testing_utils.py 184 """Mock of optimizer.minimize."""
208 optimizer_mock.minimize = test.mock.MagicMock(wraps=_minimize)
    [all...]
  /external/v8/src/
perf-jit.h 63 // minimize the associated overhead.
  /frameworks/base/core/java/android/app/usage/
EventList.java 75 // To minimize number of elements being shifted, insert at the first occurrence of the next
  /frameworks/base/core/java/android/os/
TransactionTooLargeException.java 42 * transactions relatively small. Try to minimize the amount of memory needed to create
  /frameworks/base/core/java/android/view/
FrameInfo.java 31 * To minimize overhead from System.nanoTime() calls we infer durations of
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 73 // Portion of layer that has been drawn to. Used to minimize drawing area when
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
BatchingListUpdateCallback.java 28 * {@link SortedList} to minimize the number of updates that are dispatched.
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 133 // Double new dimensions to minimize future reallocations
  /packages/apps/Calendar/src/com/android/calendar/alerts/
QuickResponseActivity.java 38 * to minimize typing.
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAnimationRunner.java 43 * queue to minimize latency.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
DAGDeltaAlgorithm.h 53 /// Run - Minimize the DAG formed by the \p Changes vertices and the

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>