Home
last modified time | relevance | path

Searched defs:raw_alloc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUCachingAllocator.cpp616 void* raw_alloc(size_t size) { in raw_alloc() function in c10::xpu::XPUCachingAllocator::XPUAllocator
699 void* raw_alloc(size_t size) { in raw_alloc() function
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DCUDAPluggableAllocator.cpp130 void* CUDAPluggableAllocator::raw_alloc(size_t nbytes) { in raw_alloc() function in torch::cuda::CUDAPluggableAllocator::CUDAPluggableAllocator
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMallocAsyncAllocator.cpp832 void* raw_alloc(size_t nbytes) override { in raw_alloc() function
H A DCUDACachingAllocator.h306 inline void* raw_alloc(size_t nbytes) { in raw_alloc() function
H A DCUDACachingAllocator.cpp3537 void* raw_alloc(size_t nbytes) override { in raw_alloc() function in c10::cuda::CUDACachingAllocator::Native::NativeCachingAllocator