Home
last modified time | relevance | path

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

/external/pytorch/c10/mobile/
DCPUCachingAllocator.cpp14 inline void* CPUCachingAllocator::allocate_and_cache(const size_t bytes) { in allocate_and_cache() function in c10::CPUCachingAllocator
37 return allocate_and_cache(bytes); in allocate()
DCPUCachingAllocator.h53 inline void* allocate_and_cache(const size_t bytes);