HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 276 - 300 of 2078) sorted by null

<<11121314151617181920>>

  /external/syslinux/gpxe/src/core/
process.c 74 * Single-step a single process
76 * This executes a single step of the first process in the run queue,
79 void step ( void ) { function
86 process->step ( process );
  /external/tensorflow/tensorflow/cc/profiler/
profiler.cc 26 void Profiler::AddStep(int64 step, const RunMetadata& run_meta) {
29 stats_->AddRunMeta(step, std::move(run_meta_ptr));
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
fully_connected_feed.py 60 """Fills the feed_dict for training the given step.
106 for step in xrange(steps_per_epoch):
163 for step in xrange(FLAGS.max_steps):
167 # for this particular training step.
172 # Run one step of the model. The return values are the activations
183 if step % 100 == 0:
185 print('Step %d: loss = %.2f (%.3f sec)' % (step, loss_value, duration))
188 summary_writer.add_summary(summary_str, step)
192 if (step + 1) % 1000 == 0 or (step + 1) == FLAGS.max_steps
    [all...]
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 284 protected void updateOverride(int step, int lastStep, boolean isIterationStep, float delta) {
285 if (!isIterationStep && step > lastStep) {
292 if (!isIterationStep && step < lastStep) {
301 if (step > lastStep) {
302 if (isReverse(step)) {
310 } else if (step < lastStep) {
311 if (isReverse(step)) {
320 float dt = isReverse(step) ? -delta : delta;
  /external/valgrind/gdbserver_tests/
make_local_links 80 # by default, we can run tests needed next/step/...
81 # But on ARM, we need at least 7.1 to run the 'next/step/...' tests.
85 check_version 7.1 gdbserver_tests/gdb.step "gdbserver next/step/... tests ARM"
87 check_version 7.0 gdbserver_tests/gdb.step "gdbserver next/step/... tests"
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x2.cpp 117 step = step size between pulses in one track (Word16)
168 Word16 step // (i): step size from one pulse position to the next
182 for (i = k; i < L_CODE; i += step)
234 Word16 step, /* (i): step size from one pulse position to the next
253 for (i = k; i < L_CODE; i += step)
  /hardware/interfaces/broadcastradio/1.0/
ITuner.hal 25 * Automatically cancels pending scan, step or tune.
47 * Automatically cancels pending scan, step or tune.
63 * Automatically cancels pending scan, step or tune.
74 step(Direction direction, bool skipSubChannel) generates(Result result);
79 * Automatically cancels pending scan, step or tune.
95 * Cancel a scan, step or tune operation.
96 * Shall be called only while a scan, step or tune operation is pending.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BytesBufferPool.java 46 int step = Math.min(READ_STEP, capacity - length); local
47 int rc = fis.read(data, length, step);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 119 step int
127 s.step = 0
131 s.step = 0
134 s.step = 0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
ctl.go 119 step int
127 s.step = 0
131 s.step = 0
134 s.step = 0
  /external/opencv/cxcore/src/
cxmatrix.cpp 57 int i, k, len, step; local
84 step = mat->step;
85 if( step == 0 )
86 step = CV_STUB_STEP;
87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size ));
88 step += pix_size;
94 step /= sizeof(_data[0]);
95 len *= step;
97 for( i = 0; i < len; i += step )
149 int step = mat->step + sizeof(float); local
158 int step = mat->step + sizeof(double); local
560 int step = matrix->step\/sizeof(data[0]); local
572 int step = matrix->step\/sizeof(data[0]); local
796 int step = mat->step; local
814 int step = mat->step; local
1537 int step = dst->step ? dst->step\/sizeof(src1data[0]) : 1; local
1560 int step = dst->step ? dst->step\/sizeof(src1data[0]) : 1; local
    [all...]
cxmean.cpp 114 step /= sizeof(src[0])
242 ( const arrtype* src, int step, \
245 (src, step, mask, maskstep, size, mean)) \
249 for( ; size.height--; src += step, mask += maskstep ) \
273 ( const arrtype* src, int step, \
276 (src, step, mask, maskstep, size, mean)) \
280 for( ; size.height--; src += step, mask += maskstep ) \
294 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
302 for( ; size.height--; src += step, mask += maskstep ) \
326 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \
    [all...]
  /external/libldac/src/
quant_fixp_ldac.c 26 int id, step; local
33 step = LDAC_NIDSF >> 2;
36 id -= step;
39 id += step;
41 step >>= 1;
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_QUERYCTRL.c 119 CU_ASSERT(0 < queryctrl.step);
130 CU_ASSERT_EQUAL(queryctrl.step, 1);
139 CU_ASSERT_EQUAL(queryctrl.step, 1);
149 CU_ASSERT_EQUAL(queryctrl.step, 0);
161 CU_ASSERT_EQUAL(queryctrl.step, 0);
168 CU_ASSERT_EQUAL(queryctrl.step, 0);
189 queryctrl2.step = queryctrl.step;
198 ".minimum=%i, .maximum=%i, .step=%i, "
202 queryctrl.maximum, queryctrl.step,
    [all...]
  /external/skia/resources/lua/
slides_transitions.lua 64 self:step()
74 rec.step = function (self)
85 rec.step = function (self)
110 self:step()
117 rec.step = function (self)
142 self:step()
148 rec.step = function (self)
155 rec.step = function (self)
185 self:step()
189 step = function (self
    [all...]
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides_transitions.lua 64 self:step()
74 rec.step = function (self)
85 rec.step = function (self)
110 self:step()
117 rec.step = function (self)
142 self:step()
148 rec.step = function (self)
155 rec.step = function (self)
185 self:step()
189 step = function (self
    [all...]
  /external/skqp/resources/lua/
slides_transitions.lua 64 self:step()
74 rec.step = function (self)
85 rec.step = function (self)
110 self:step()
117 rec.step = function (self)
142 self:step()
148 rec.step = function (self)
155 rec.step = function (self)
185 self:step()
189 step = function (self
    [all...]
  /external/tensorflow/tensorflow/contrib/testing/python/framework/
fake_summary_writer.py 73 for step in expected_summaries:
75 step in self._summaries,
76 msg='Missing step %s from %s.' % (step, self._summaries.keys()))
78 for step_summary in self._summaries[step]:
84 test_case.assertEqual(expected_summaries[step], actual_simple_values)
  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper.h 98 IntType step = 0; local
101 step = count / 2;
102 it += step;
105 count -= step + 1;
107 count = step;
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_reader.py 71 # example, and the next step expects the image to be flattened
155 step = 0
159 # Run one step of the model. The return values are
170 if step % 100 == 0:
171 print('Step %d: loss = %.2f (%.3f sec)' % (step, loss_value,
173 step += 1
176 step))
  /external/icu/icu4c/source/i18n/
collationrootelements.cpp 91 int32_t step; local
96 step = (int32_t)q & PRIMARY_STEP_MASK;
97 if(step == 0) {
108 step = (int32_t)nextElement & PRIMARY_STEP_MASK;
112 return Collation::decTwoBytePrimaryByOneStep(p, isCompressible, step);
114 return Collation::decThreeBytePrimaryByOneStep(p, isCompressible, step);
176 int32_t step; local
177 if((q & SEC_TER_DELTA_FLAG) == 0 && (step = (int32_t)q & PRIMARY_STEP_MASK) != 0) {
180 return Collation::incTwoBytePrimaryByOffset(p, isCompressible, step);
182 return Collation::incThreeBytePrimaryByOffset(p, isCompressible, step);
    [all...]
  /external/webp/src/dsp/
dec.c 484 static WEBP_INLINE void DoFilter2_C(uint8_t* p, int step) {
485 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step];
489 p[-step] = VP8kclip1[p0 + a2];
494 static WEBP_INLINE void DoFilter4_C(uint8_t* p, int step) {
495 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step];
500 p[-2*step] = VP8kclip1[p1 + a3]
    [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 141 mhi_step = mhi->step;
142 silh_step = silh->step;
227 dX_min_row.data.ptr = dX_min->data.ptr + y*dX_min->step;
228 dY_max_row.data.ptr = dY_max->data.ptr + y*dY_max->step;
229 orient_row.data.ptr = orient->data.ptr + y*orient->step;
230 mask_row.data.ptr = mask->data.ptr + y*mask->step;
257 dX_min_row.data.ptr = dX_min->data.ptr + y*dX_min->step;
258 dY_max_row.data.ptr = dY_max->data.ptr + y*dY_max->step;
259 mask_row.data.ptr = mask->data.ptr + y*mask->step;
260 orient_row.data.ptr = orient->data.ptr + y*orient->step;
    [all...]
  /external/opencv/cvaux/src/
cvdpstereo.cpp 70 uchar step; //local-optimal step member in struct:_CvDPCell
183 CELL(0,x).step = CELL(dispH-1,x).step = ICV_DP_STEP_LEFT;
188 CELL(d,d-2).step = ICV_DP_STEP_UP;
191 CELL(1,0).step = ICV_DP_STEP_LEFT;
205 //check left step
208 //check up step
209 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
213 if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
    [all...]
  /external/brotli/c/dec/
huffman.c 78 /* Stores code in table[0], table[step], table[2*step], ..., table[end] */
79 /* Assumes that end is an integer multiple of step */
81 int step, int end,
84 end -= step;
111 int step; /* step size to replicate values in current table */ local
158 step = 2;
163 ReplicateValue(&table[BrotliReverseBits(key)], step, table_size, code);
166 step <<= 1
183 int step; \/* step size to replicate values in current table *\/ local
    [all...]

Completed in 1797 milliseconds

<<11121314151617181920>>