Searched refs:execution_count_ (Results 1 – 2 of 2) sorted by relevance
402 int64 execution_count_ = 0; variable
125 return execution_count_.fetch_add(1); in get_and_increment_execution_count()250 std::atomic<int64> execution_count_ = {0}; member in tensorflow::MasterSession::ReffedClientGraph