Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc84 class XlaDeviceAllocatorState { class
93 static XlaDeviceAllocatorState& Singleton();
94 XlaDeviceAllocatorState();
95 ~XlaDeviceAllocatorState();
103 TF_DISALLOW_COPY_AND_ASSIGN(XlaDeviceAllocatorState);
106 /* static */ XlaDeviceAllocatorState& XlaDeviceAllocatorState::Singleton() { in Singleton()
107 static auto a = new XlaDeviceAllocatorState; in Singleton()
111 XlaDeviceAllocatorState::XlaDeviceAllocatorState() = default;
112 XlaDeviceAllocatorState::~XlaDeviceAllocatorState() = default;
114 XlaDeviceAllocator* XlaDeviceAllocatorState::GetOrCreateXlaDeviceAllocator( in GetOrCreateXlaDeviceAllocator()
[all …]