Home
last modified time | relevance | path

Searched refs:end_step (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp207 int end_step = (int)step; in Calc() local
208 if (end_step >= dest_len) { in Calc()
209 end_step = dest_len; in Calc()
210 for (int dest_row = start_step; dest_row < end_step; dest_row++) { in Calc()
219 int length = end_step - start_step; in Calc()
227 for (int dest_row = start_step + 1; dest_row < end_step; dest_row++) { in Calc()
230 pWeight->m_SrcEnd = end_step; in Calc()
232 FXSYS_roundf((float)(end_step - dest_row) / (float)length * 65536); in Calc()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py1156 end_step = step + data_handler.step_increment
1157 callbacks.on_train_batch_end(end_step, logs)
1450 end_step = step + data_handler.step_increment
1451 callbacks.on_test_batch_end(end_step, logs)
1702 end_step = step + data_handler.step_increment
1703 callbacks.on_predict_batch_end(end_step, {'outputs': batch_outputs})
/external/rust/crates/itertools/tests/
Dquick.rs199 end_step: i32, field
215 self.range_end += self.end_step; in next()
235 let end_step = g.gen_range(-MAX_STEP_MODULO, MAX_STEP_MODULO + 1); in arbitrary() localVariable
243 end_step, in arbitrary()