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