Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/utils/
DFactory.cpp40 const auto* const mobile_allocator = c10::GetDefaultMobileCPUAllocator(); in allocate_padded_contiguous_if_needed() local
45 if ((allocator == mobile_allocator) && input.is_contiguous(memory_format)) { in allocate_padded_contiguous_if_needed()