Searched refs:XlaDeviceAllocatorState (Results 1 – 1 of 1) sorted by relevance
84 class XlaDeviceAllocatorState { class93 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 …]