Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.h289 absl::Mutex module_handle_mutex_; variable
293 module_handles_ ABSL_GUARDED_BY(module_handle_mutex_);
296 module_globals_ ABSL_GUARDED_BY(module_handle_mutex_);
H A Dgpu_executable.cc273 absl::MutexLock lock(&module_handle_mutex_); in ~GpuExecutable()
389 absl::MutexLock lock(&module_handle_mutex_); in ResolveConstantGlobals()