Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_device.cc95 XRTGenericDeviceAccessor::ScopedRef::cuda_allocator_mutex_(
115 mutex_lock lock(cuda_allocator_mutex_); in Acquire()
Dxrt_device.h69 static tensorflow::mutex cuda_allocator_mutex_; variable