Home
last modified time | relevance | path

Searched refs:next_id_mutex_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h132 mutex next_id_mutex_; variable
133 uint64 next_id_ GUARDED_BY(next_id_mutex_) = 1;
Deager_executor.cc29 tensorflow::mutex_lock l(next_id_mutex_); in NextId()