Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMallocAsyncAllocator.cpp53 struct PtrUsage { struct
56 ska::flat_hash_set<UsageStream, UsageStreamHash> recorded_streams;
57 UsageStream creation_stream{};
58 uint64_t size;
59 bool captured;
60 PtrUsage(uint64_t s, bool c) : size(s), captured(c) {} in PtrUsage() argument