Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc97 mutex allocator_mutex_; // Guards the singleton allocator state. member in tensorflow::XlaDeviceAllocatorState
101 allocators_ TF_GUARDED_BY(allocator_mutex_);
117 mutex_lock lock(state.allocator_mutex_); in GetOrCreateXlaDeviceAllocator()