Searched refs:step_id_counter_ (Results 1 – 2 of 2) sorted by relevance
215 std::atomic_int_fast64_t DirectSession::step_id_counter_(1); member in tensorflow::DirectSession782 const int64 step_id = step_id_counter_.fetch_add(1); in Run()856 args.step_id = step_id_counter_.fetch_add(1); in PRunSetup()1793 const int64 step_id = step_id_counter_.fetch_add(1); in RunCallable()
394 static std::atomic_int_fast64_t step_id_counter_; variable