Searched refs:step_id_counter_ (Results 1 – 2 of 2) sorted by relevance
416 static std::atomic_int_fast64_t step_id_counter_; variable
254 std::atomic_int_fast64_t DirectSession::step_id_counter_(1); member in tensorflow::DirectSession887 const int64 step_id = step_id_counter_.fetch_add(1); in Run()962 args.step_id = step_id_counter_.fetch_add(1); in PRunSetup()1919 const int64 step_id = step_id_counter_.fetch_add(1); in RunCallable()