Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc274 return GetDeviceContextLocked().status(); in EnsureDeviceContextOk()
293 XlaDevice::GetDeviceContextLocked() { in GetDeviceContextLocked() function in tensorflow::XlaDevice
380 return GetDeviceContextLocked().status(); in UseGpuDeviceInfo()
386 TF_ASSIGN_OR_RETURN(auto device_contexts, GetDeviceContextLocked()); in TryGetDeviceContext()
506 TF_ASSIGN_OR_RETURN(device_contexts, GetDeviceContextLocked()); in MakeTensorFromProto()
519 TF_ASSIGN_OR_RETURN(device_contexts, GetDeviceContextLocked()); in MakeFastMemTensorFromProto()
Dxla_device.h202 GetDeviceContextLocked() TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);