Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp197 static DefaultCPUAllocator g_cpu_alloc; variable
200 return &g_cpu_alloc; in GetDefaultCPUAllocator()
203 REGISTER_ALLOCATOR(DeviceType::CPU, &g_cpu_alloc);