HomeSort by relevance Sort by last modified time
    Searched refs:computation_mutex_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
computation_tracker.h 93 EXCLUSIVE_LOCKS_REQUIRED(computation_mutex_);
105 EXCLUSIVE_LOCKS_REQUIRED(computation_mutex_);
111 EXCLUSIVE_LOCKS_REQUIRED(computation_mutex_);
124 EXCLUSIVE_LOCKS_REQUIRED(computation_mutex_);
126 string ToStringInternal() const EXCLUSIVE_LOCKS_REQUIRED(computation_mutex_);
131 mutable tensorflow::mutex computation_mutex_; member in class:xla::ComputationTracker
135 int64 next_computation_ GUARDED_BY(computation_mutex_);
140 GUARDED_BY(computation_mutex_);
computation_tracker.cc 40 tensorflow::mutex_lock lock(computation_mutex_);
51 tensorflow::mutex_lock lock(computation_mutex_);
97 tensorflow::mutex_lock lock(computation_mutex_);
114 tensorflow::mutex_lock lock(computation_mutex_);
173 tensorflow::mutex_lock lock(computation_mutex_);
238 tensorflow::mutex_lock lock(computation_mutex_);

Completed in 170 milliseconds