HomeSort by relevance Sort by last modified time
    Searched refs:steps (Results 176 - 200 of 641) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencv/cvaux/src/
cvtexture.cpp 75 int* steps, int numSteps, int* memorySteps );
270 int* steps,
317 row2 = rowLoop + steps[stepLoop*2 + 0];
318 col2 = colLoop + steps[stepLoop*2 + 1];
  /external/tensorflow/tensorflow/examples/learn/
hdf5_classification.py 62 classifier.train(input_fn=train_input_fn, steps=200)
iris.py 106 classifier.train(input_fn=train_input_fn, steps=400)
  /external/tensorflow/tensorflow/examples/tutorials/monitors/
iris_monitors.py 76 steps=2000,
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragAction.java 308 float[][] steps = interpolate(startCoordinates, endCoordinates); local
309 final int delayBetweenMovements = DRAG_DURATION / steps.length;
317 for (int i = 0; i < steps.length; i++) {
318 if (!MotionEvents.sendMovement(uiController, downEvent, steps[i])) {
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/vixl/src/aarch64/
debugger-aarch64.cc 1210 int64_t steps = count(); local
1258 int64_t steps = count(); local
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 148 <p>Welcome Developers! If you are new to the Android SDK, please read the steps below, for an
202 <div id="next-steps" style="display:none">
203 <p><b><em><span id="filename"></span></em> is now downloading. Follow the steps below to
210 $("#next-steps").show();
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 140 int steps = 100; local
149 for (int i = 0; i < steps; i++) {
  /external/autotest/site_utils/
setup_dev_autotest.sh 21 -s Skip steps handled via puppet in prod.
22 This is a transitional flag used to skip certain steps as they are migrated
95 echo "Requested to skip certain steps. Will tell you when I skip things."
310 echo "For further necessary set up steps, see https://sites.google.com/a/chromium.org/dev/chromium-os/testing/autotest-developer-faq/setup-autotest-server?pli=1"
  /external/python/cpython2/PC/VS7.1/
_ssl.mak 25 # Split compile/link into two steps to better support VSExtComp
  /external/tensorflow/tensorflow/python/estimator/
training.py 134 max_steps: Int. Positive number of total steps for which to train model.
166 'input_fn', 'steps', 'name', 'hooks', 'exporters', 'start_delay_secs',
179 steps=100,
191 steps: Int. Positive number of steps for which to evaluate model. If
217 # Validate steps.
218 if steps is not None and steps <= 0:
219 raise ValueError('Must specify steps > 0, given: {}'.format(steps))
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 729 size_t steps; member in struct:rtc::NegotiateAuthContext
733 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0),
910 size_t steps = 0; local
917 if (++neg->steps >= max_steps) {
921 steps = neg->steps;
1026 neg->steps = steps;
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 115 int steps = (int) Math.sqrt(area); local
117 for (int i = 0; i < steps; i++) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 346 def look( steps = 1 )
348 token = super( steps )
349 @debug_listener.look( steps, token )
353 def peek( steps = 1 )
354 look( steps ).type
  /external/tensorflow/tensorflow/python/client/
session_partial_run_test.py 95 steps = 200
99 for i in xrange(steps):
105 for i in xrange(steps):
110 for i in xrange(steps):
113 self.assertEqual(steps, len(res))
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training_test.py 926 steps=5,
931 steps=5,
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions_test.py 515 steps=1)
532 steps=10)
545 steps=15)
591 steps=6)
612 steps=1)
639 steps=1,
673 steps=1,
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
ParsingSteps.java 22 package com.github.javaparser.bdd.steps;
44 import static com.github.javaparser.bdd.steps.SharedSteps.getMemberByTypeAndPosition;
45 import static com.github.javaparser.bdd.steps.SharedSteps.getMethodByPositionAndClassPosition;
62 * Given steps
72 * When steps
91 * Then steps
SharedSteps.java 22 package com.github.javaparser.bdd.steps;
56 * Given steps
70 * When steps
VisitorSteps.java 22 package com.github.javaparser.bdd.steps;
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 25 * generates a sine wave at equal steps.
27 * As most of our functions use sine or cosine at equal steps,
89 * generates a series of sine generators, phase offset by fixed steps.
445 * We use the basic recursion to incorporate the cosine steps into real sequence x[n]:
452 * The summation contains the frequency steps we want multiplied by the source
514 * @param steps is the number of steps to take (sampling) between frequency start and end
525 double fstart, double fend, int steps, double &firMin, double &firMax) {
528 double wstep = (wend - wstart)/steps;
536 for (int i=1; i<steps; ++i)
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 99 * @param gestureSteps The gesture steps to inject.
228 * @param gestureSteps The steps of the new gesture
332 List<GestureStep> steps, long startTime) {
337 for (int i = 0; i < steps.size(); i++) {
338 GestureDescription.GestureStep step = steps.get(i);
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
nonlinear_test.py 73 steps=300,
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 99 `-step`: Show the stats of the this step when multiple steps of RunMetadata were added. By default, show the average of all steps."

Completed in 792 milliseconds

1 2 3 4 5 6 78 91011>>