Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc64 class XlaDeviceAllocatorState { class
73 static XlaDeviceAllocatorState& Singleton();
74 XlaDeviceAllocatorState();
75 ~XlaDeviceAllocatorState();
83 TF_DISALLOW_COPY_AND_ASSIGN(XlaDeviceAllocatorState);
86 /* static */ XlaDeviceAllocatorState& XlaDeviceAllocatorState::Singleton() { in Singleton()
87 static auto a = new XlaDeviceAllocatorState; in Singleton()
91 XlaDeviceAllocatorState::XlaDeviceAllocatorState() = default;
92 XlaDeviceAllocatorState::~XlaDeviceAllocatorState() = default;
94 XlaDeviceAllocator* XlaDeviceAllocatorState::GetOrCreateXlaDeviceAllocator( in GetOrCreateXlaDeviceAllocator()
[all …]