Searched refs:step_count (Results 1 – 4 of 4) sorted by relevance
172 step_count = 0175 step_count += 1178 if step_count:179 if step_count >= 10:182 frame_info.append(str(step_count))
388 step_count = steps_to_run[current_step] if use_steps else 1389 batch_logs = {'batch': step_index, 'size': 1, 'num_steps': step_count}391 if prev_step_count is None or step_count != prev_step_count:392 steps_per_run.load(step_count, K.get_session())393 prev_step_count = step_count413 step_index = step_index + step_count
141 ExecutorsAndKeys() : step_count(0) {} in ExecutorsAndKeys()143 std::atomic_int_fast64_t step_count; member
470 const int64 executor_step_count = executors_and_keys->step_count.fetch_add(1); in RunInternal()