Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h210 tensorflow::mutex module_handle_mutex_; variable
212 module_handles_ TF_GUARDED_BY(module_handle_mutex_);
214 module_globals_ TF_GUARDED_BY(module_handle_mutex_);
Dgpu_executable.cc87 tensorflow::mutex_lock lock(module_handle_mutex_); in ~GpuExecutable()
260 tensorflow::mutex_lock lock(module_handle_mutex_); in ResolveConstantGlobals()