Searched defs:getBaseAllocation (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ | ||
H A D | CUDAPluggableAllocator.cpp | 197 void* CUDAPluggableAllocator::getBaseAllocation(void* ptr, size_t* size) { in getBaseAllocation() function in torch::cuda::CUDAPluggableAllocator::CUDAPluggableAllocator |
/aosp_15_r20/external/pytorch/c10/cuda/ | ||
H A D | CUDAMallocAsyncAllocator.cpp | 574 void* getBaseAllocation(void* ptr, size_t* size) override { in getBaseAllocation() function |
H A D | CUDACachingAllocator.h | 334 inline void* getBaseAllocation(void* ptr, size_t* size) { in getBaseAllocation() function |
H A D | CUDACachingAllocator.cpp | 1505 void* getBaseAllocation(Block* block, size_t* outSize) { in getBaseAllocation() function in c10::cuda::CUDACachingAllocator::Native::DeviceCachingAllocator |