Searched refs:end_step (Results 1 – 3 of 3) sorted by relevance
207 int end_step = (int)step; in Calc() local208 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()
1156 end_step = step + data_handler.step_increment1157 callbacks.on_train_batch_end(end_step, logs)1450 end_step = step + data_handler.step_increment1451 callbacks.on_test_batch_end(end_step, logs)1702 end_step = step + data_handler.step_increment1703 callbacks.on_predict_batch_end(end_step, {'outputs': batch_outputs})
199 end_step: i32, field215 self.range_end += self.end_step; in next()235 let end_step = g.gen_range(-MAX_STEP_MODULO, MAX_STEP_MODULO + 1); in arbitrary() localVariable243 end_step, in arbitrary()