Searched refs:num_step_ (Results 1 – 2 of 2) sorted by relevance
73 num_step_(0), in Debugger()133 num_step_ = 0; in EnableDebugger()267 num_step_ = 0; in Reset()320 if (device_target_ == kGPUDevice && num_step_ != 0) { in PreExecute()327 if (num_step_ == 0) { in PreExecute()473 num_step_++; in PostExecute()650 metadata.set_cur_step(num_step_); in SendMetadata()735 metadata.set_cur_step(num_step_); in CommandLoop()1112 MS_LOG(INFO) << "checkwatchpoints call for step " << num_step_; in CheckWatchpoints()1441 ++num_step_; in UpdateStepNum()[all …]
255 int32_t num_step_; variable