Home
last modified time | relevance | path

Searched refs:start_step (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain.py206 start_step = 1
210 start_step = global_step.eval(session=sess)
212 tf.compat.v1.logging.info('Training from step: %d ', start_step)
226 for training_step in xrange(start_step, training_steps_max + 1):
/external/libaom/libaom/av1/encoder/
Dpickrst.c399 int flt0_stride, int32_t *flt1, int flt1_stride, int start_step, int *xqd, in finer_search_pixel_proj_error() argument
404 (void)start_step; in finer_search_pixel_proj_error()
409 for (int s = start_step; s >= 1; s >>= 1) { in finer_search_pixel_proj_error()
428 if (s == start_step) continue; in finer_search_pixel_proj_error()
446 if (s == start_step) continue; in finer_search_pixel_proj_error()
1360 const int start_step = 4; in finer_tile_search_wiener() local
1361 for (int s = start_step; s >= 1; s >>= 1) { in finer_tile_search_wiener()
1378 if (s == start_step) continue; in finer_tile_search_wiener()
1397 if (s == start_step) continue; in finer_tile_search_wiener()
1419 if (s == start_step) continue; in finer_tile_search_wiener()
[all …]
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp205 int start_step = (int)step; in Calc() local
210 for (int dest_row = start_step; dest_row < end_step; dest_row++) { in Calc()
212 pWeight->m_SrcStart = start_step; in Calc()
213 pWeight->m_SrcEnd = start_step; in Calc()
219 int length = end_step - start_step; in Calc()
221 PixelWeight* pWeight = GetPixelWeight(start_step); in Calc()
222 pWeight->m_SrcStart = start_step; in Calc()
223 pWeight->m_SrcEnd = start_step; in Calc()
227 for (int dest_row = start_step + 1; dest_row < end_step; dest_row++) { in Calc()
229 pWeight->m_SrcStart = start_step; in Calc()
/external/rust/crates/itertools/tests/
Dquick.rs198 start_step: i32, field
214 self.range_start += self.start_step; in next()
234 let start_step = g.gen_range(-MAX_STEP_MODULO, MAX_STEP_MODULO + 1); in arbitrary() localVariable
242 start_step, in arbitrary()