Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DCPUAllocator.cpp180 static DefaultMobileCPUAllocator<gAlignment, 16u> g_mobile_cpu_allocator; variable
183 return &g_mobile_cpu_allocator; in GetDefaultMobileCPUAllocator()
192 REGISTER_ALLOCATOR(DeviceType::CPU, &g_mobile_cpu_allocator);