Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/docs/source/
H A Dcuda.rst118 caching_allocator_alloc
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dmemory.py98 def caching_allocator_alloc(size, device: Union[Device, int] = None, stream=None): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda.py186 mem = torch.cuda.caching_allocator_alloc(size)
3027 mem = torch.cuda.caching_allocator_alloc(1024)